Add cpp_scope base

This commit is contained in:
Jonathan Müller 2017-01-20 23:10:04 +01:00
commit 865217a190
4 changed files with 94 additions and 0 deletions

View file

@ -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_;