Detailed Description
A structure that holds runtime class type information.
Use CLASS_ID(<class_name>) to get a reference to the class_name's TRuntimeClassId descriptor.
Definition at line 59 of file CObject.h.
#include <mrpt/utils/CObject.h>
List of all members.
Member Function Documentation
bool mrpt::utils::TRuntimeClassId::derivedFrom |
( |
const char * |
pBaseClass_name ) |
const |
bool mrpt::utils::TRuntimeClassId::derivedFrom |
( |
const TRuntimeClassId * |
pBaseClass ) |
const |
Member Data Documentation
Gets the base class runtime id.
Definition at line 65 of file CObject.h.
Create an object of the related class, or NULL if it is virtual.
Definition at line 63 of file CObject.h.