#include <global.h>
GlobalBase is the base class of Global.
公共成员函数 |
|
| GlobalBase (const Char *name, Result < void >(*init)( GlobalBase *global), void(*free)( GlobalBase *global), TranslationUnit *unit) | |
Private Attributes |
|
| EntityDefinition | _super |
| Result < void >(*const | _init )( GlobalBase *global) |
| void(*const | _free )( GlobalBase *global) |
Friends |
|
| class | maxon::ObjectModel |
| GlobalBase | ( | const Char * | name , |
| Result < void >(*)( GlobalBase *global) | init , | ||
| void(*)( GlobalBase *global) | free , | ||
| TranslationUnit * | unit | ||
| ) |
| friend class maxon::ObjectModel | friend |
| EntityDefinition _super | private |
Base definition object.
|
private |
Initialization function.
|
private |
Shutdown function.