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.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/common/Rtti.cpp') diff --git a/src/core/common/Rtti.cpp b/src/core/common/Rtti.cpp index 1213669..17b8880 100644 --- a/src/core/common/Rtti.cpp +++ b/src/core/common/Rtti.cpp @@ -182,6 +182,7 @@ const Rtti Double{"double"}; const Rtti String{"string"}; const Rtti Array{"array"}; const Rtti Map{"map"}; +const Rtti Cardinality{"cardinality"}; const Rtti Function{"function"}; } } -- cgit v1.2.3