diff options
Diffstat (limited to 'src/core/common/Rtti.hpp')
-rw-r--r-- | src/core/common/Rtti.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/common/Rtti.hpp b/src/core/common/Rtti.hpp index e2f1fa2..05cc728 100644 --- a/src/core/common/Rtti.hpp +++ b/src/core/common/Rtti.hpp @@ -541,6 +541,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; |