|
Public Member Functions |
| opcxx_ListOfMetaclass (char *n, opcxx_MetaclassCreator c, bool(*initialize)(), Ptree *(*fin)()) |
Static Public Member Functions |
Class * | New (Ptree *, Ptree *, Ptree *) |
Class * | New (char *, Ptree *, Ptree *) |
void | FinalizeAll (std::ostream &) |
bool | AlreadyRecorded (char *) |
bool | AlreadyRecorded (Ptree *) |
void | PrintAllMetaclasses () |
Private Attributes |
opcxx_ListOfMetaclass * | next |
char * | name |
opcxx_MetaclassCreator | proc |
Ptree *(* | finalizer )() |
Static Private Attributes |
opcxx_ListOfMetaclass * | head = nil |