diff options
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index fabdcaf..7523962 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -395,6 +395,15 @@ public: Rooted<StructuredEntity> getRoot() const { return root; } }; } + +namespace RttiTypes { +extern const Rtti<model::Document> Document; +extern const Rtti<model::DocumentEntity> DocumentEntity; +extern const Rtti<model::AnnotationEntity> AnnotationEntity; +extern const Rtti<model::StructuredEntity> StructuredEntity; +extern const Rtti<model::DocumentPrimitive> DocumentPrimitive; +extern const Rtti<model::AnnotationEntity::Anchor> Anchor; +} } #endif /* _OUSIA_MODEL_DOCUMENT_HPP_ */ |