#include <module.h>
Public Member Functions | |
| 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 |
|
private |
The interned id to initialize.
|
private |
The value for initialization.
|
private |
Next in singly linked list of initializers of the current module.