Add cpp_scope base
This commit is contained in:
parent
9a944cd500
commit
865217a190
4 changed files with 94 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ namespace cppast
|
|||
}
|
||||
|
||||
private:
|
||||
/// \returns The type of the entity.
|
||||
virtual cpp_entity_type do_get_entity_type() const noexcept = 0;
|
||||
|
||||
type_safe::optional_ref<cpp_entity> parent_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue