the basic object class of NCS
More...
#include <mobject.h>
the basic object class of NCS
- PClassConstruct classConstructor
the class intialize callback
- mObjectClass * super
the super class pointer
- const char* typeName
the class name, for example, "Object"
- unsigned int objSize
the size of corresponding object, used to create a object
- void construct(mObject *self, DWORD addData);
the construct method of mObject
- Parameters
-
self | - this pointer |
addData | - the initialize data, depend on derived class |
- void destroy (mObject* self);
Destroy a mObject object
- Parameters
-
- See also
- mObject
The documentation for this struct was generated from the following file: