#include <module.h>
公共成员函数 |
|
| InternedIdInitializer ( InternedId *iid, const Char *str, ModuleInfo *info) | |
Private Attributes |
|
| InternedId * | _id |
| const Char * | _str |
| InternedIdInitializer * | _nextOfModule |
Friends |
|
| class | ObjectModel |
| InternedIdInitializer | ( | InternedId * | iid , |
| const Char * | str , | ||
| ModuleInfo * | info | ||
| ) |
| friend class ObjectModel | friend |
|
private |
The interned id to initialize.
|
private |
The value for initialization.
|
private |
Next in singly linked list of initializers of the current module.