diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-23 15:47:52 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-23 15:47:52 +0100 |
commit | 85d72823ef18711fe7a29f5b23cc37b318766332 (patch) | |
tree | 88975b11e45f5c351931e228735be58e6ccbe7cc /src/core/common/Rtti.hpp | |
parent | f172e8f17c883dc54e1ac1b5924f2cb83fc343b6 (diff) |
Introduced cardinality type. Tests are still needed, though, especially for variantReader and type conversion.
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 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; |