From 85d72823ef18711fe7a29f5b23cc37b318766332 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 23 Jan 2015 15:47:52 +0100 Subject: Introduced cardinality type. Tests are still needed, though, especially for variantReader and type conversion. --- src/core/common/Rtti.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/common/Rtti.hpp') 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 @@ -519,6 +519,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. */ -- cgit v1.2.3