mObjectClass Struct Reference
[mObject]
the basic object class of NCS
More...
#include <mobject.h>
Detailed Description
the basic object class of NCS
define the interface offset
- PClassConstruct classConstructor
the class intialize callback
- 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: