Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Base clas for all objects in sleeping wombat libraries. More...
#include <Object.h>
Public Member Functions | |
TypeID | GetType () const |
std::string | GetTypeName () const |
virtual Size | MemorySize () const |
Returns memory size possesed by this class and all it's nested objects. Result shoulb be computed recursivly. | |
template<typename TargetType > | |
TargetType * | DynamicCast () |
Base clas for all objects in sleeping wombat libraries.
Serialization functionality was moved to EngineObject class from Serialization library.