#include <ivf/IvfRTTIBase.h>
Inheritance diagram for CIvfRTTIBase:

Public Member Functions | |
| virtual bool | isClass (const char *name) |
| const char * | getClassNameThis () |
| virtual const char * | getClassName () |
Implements basic runtime type information in Ivf++. To implement in new classes use the IvfClassInfo("ClassName",ParentClass) macro.
Definition at line 39 of file IvfRTTIBase.h.
|
|
Returns the name of the class. The name buffer must be large enough to hold the name of the class.
|
|
|
Class name query. Returns true if name is equal to the name of the class.
|
1.4.6-NO