9 #include "swCommonLib/Common/RTTR.h"
48 inline TypeID GetType ()
const {
return this->get_type(); }
49 inline std::string GetTypeName ()
const {
return std::string( this->get_type().get_name() ); }
56 template<
typename TargetType >
57 TargetType* DynamicCast () {
return rttr::rttr_cast< TargetType* >( this ); }
Plik zawiera definicje podstawowych typów zmiennych.
virtual Size MemorySize() const
Returns memory size possesed by this class and all it's nested objects. Result shoulb be computed rec...
Definition: Object.cpp:24
Base clas for all objects in sleeping wombat libraries.
Definition: Object.h:42