summaryrefslogtreecommitdiff
path: root/src/core/model/Domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r--src/core/model/Domain.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp
index 1ebe5c6..cd74a19 100644
--- a/src/core/model/Domain.hpp
+++ b/src/core/model/Domain.hpp
@@ -82,6 +82,7 @@
#ifndef _OUSIA_MODEL_DOMAIN_HPP_
#define _OUSIA_MODEL_DOMAIN_HPP_
+#include <core/common/Rtti.hpp>
#include <core/managed/ManagedContainer.hpp>
#include <core/RangeSet.hpp>
@@ -488,6 +489,17 @@ public:
const NodeVector<Typesystem> &getTypesystems() const { return typesystems; }
};
}
+
+namespace RttiTypes {
+
+extern const Rtti<model::FieldDescriptor> FieldDescriptor;
+extern const Rtti<model::Descriptor> Descriptor;
+extern const Rtti<model::StructuredClass> StructuredClass;
+extern const Rtti<model::AnnotationClass> AnnotationClass;
+extern const Rtti<model::Domain> Domain;
+
+}
+
}
#endif /* _OUSIA_MODEL_DOMAIN_HPP_ */