Add cpp_base_class
This commit is contained in:
parent
f32af61614
commit
fe5eb5a047
5 changed files with 78 additions and 3 deletions
|
|
@ -51,6 +51,11 @@ cpp_entity_kind cpp_access_specifier::do_get_entity_kind() const noexcept
|
|||
return cpp_entity_kind::access_specifier_t;
|
||||
}
|
||||
|
||||
cpp_entity_kind cpp_base_class::do_get_entity_kind() const noexcept
|
||||
{
|
||||
return cpp_entity_kind::base_class_t;
|
||||
}
|
||||
|
||||
cpp_entity_kind cpp_class::do_get_entity_kind() const noexcept
|
||||
{
|
||||
return cpp_entity_kind::class_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue