summaryrefslogtreecommitdiff
path: root/src/core/common/Rtti.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/Rtti.hpp')
-rw-r--r--src/core/common/Rtti.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/common/Rtti.hpp b/src/core/common/Rtti.hpp
index fa2692f..8350cb5 100644
--- a/src/core/common/Rtti.hpp
+++ b/src/core/common/Rtti.hpp
@@ -520,6 +520,11 @@ extern const Rtti Array;
extern const Rtti Map;
/**
+ * Cardinality type for use by the Variant::getRtti method.
+ */
+extern const Rtti Cardinality;
+
+/**
* Function type for use by the Variant::getRtti method.
*/
extern const Rtti Function;