From 9c8d6b461246bbee6e3d8ac411c7f10da481acf2 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 22 Dec 2014 18:12:39 +0100 Subject: moved all Node and Typesystem RTTI information to own namespace, added Constant class and documentation for Typesystem and ArrayType class and unit test for ArrayType --- src/core/Node.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/Node.hpp') diff --git a/src/core/Node.hpp b/src/core/Node.hpp index 516da03..1bc4008 100644 --- a/src/core/Node.hpp +++ b/src/core/Node.hpp @@ -25,6 +25,7 @@ #include #include +#include #include #include @@ -541,6 +542,12 @@ public: using Base::ManagedGenericMap; }; +namespace RttiTypes { + /** + * Typeinformation for the base "Node" class. + */ + extern const Rtti Node; +} } -- cgit v1.2.3