From 7df5f30494b7da283164717dea9098c8d9dca77a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 11 Jan 2015 13:23:26 +0100 Subject: Renamed RttiBase to RttiType --- src/core/common/Variant.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/core/common/Variant.hpp') diff --git a/src/core/common/Variant.hpp b/src/core/common/Variant.hpp index 9f6ec7a..98ee49b 100644 --- a/src/core/common/Variant.hpp +++ b/src/core/common/Variant.hpp @@ -48,7 +48,7 @@ namespace ousia { // Forward declarations class Function; -class RttiBase; +class RttiType; /** * Enum containing the possible types a variant may have. @@ -855,6 +855,13 @@ public: return type; } + /** + * Returns the current Rtti type descriptor of the Variant. + * + * @return the Rtti type descriptor. Either one of RttiTypes::Int, + * RttiTypes::Bool, RttiTypes::Double, RttiTypes:: + */ + /** * Returns the name of the given variant type as C-style string. */ -- cgit v1.2.3