summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-05 13:51:46 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-05 13:51:46 +0100
commit4b5f49447e1583756c6f6bb15d7bc643bb7adda3 (patch)
tree474cdb12d25240e400fb2076d6076c334dea0dfb /src/core/model/Document.hpp
parent99510f368a18c30b161fa89f7523bcc2b5cc5d0b (diff)
Added composition types
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp9
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_ */