#include <base_object.h>
Public Member Functions | |
| ClassDef (const char *className, const ClassDefFn parentFn) | |
| bool | hasParent () const |
| ClassDef | parent () const |
| bool | operator== (const ClassDef &right) const |
Public Attributes | |
| const char * | _className |
Encapsulation of a class definition. Used as part of the message dispatch system to identify classes that implement particular messages