summaryrefslogtreecommitdiff
path: root/src/core/model/Domain.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-04 01:55:23 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-04 01:55:23 +0100
commita7aa38eb7c26c72e58283b3b296f80b2ed4a03dc (patch)
tree5a19d2050bedd4dc5e07bb6b4d0062c078faa9ff /src/core/model/Domain.hpp
parentb66dc3f5f5b4fe25069c30080ed83e47d4eda79d (diff)
Added AggregatedOf information
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_ */