Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rttr::type::get_direct_base_classes() #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dand-oss
Copy link
Contributor

@dand-oss dand-oss commented May 22, 2019

add rttr::type::get_direct_base_classes()

Outline of changes

  • reused class info get_base_types by adding parameter to prevent/allow recursion on base classes
  • added collection of direct base classes to type_register.cpp

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 92.242% when pulling 27cacf2 on dand-oss:get_direct_base_classes into b3a131c on rttrorg:master.

@coveralls
Copy link

coveralls commented May 22, 2019

Coverage Status

Coverage decreased (-0.1%) to 92.175% when pulling 3165abc on dand-oss:get_direct_base_classes into b3a131c on rttrorg:master.

@dand-oss dand-oss force-pushed the get_direct_base_classes branch 5 times, most recently from c30a8ce to 3165abc Compare May 22, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants