Public Member functions Summary: | |
constructor | opcxx_ListOfMetaclass(char*, opcxx_MetaclassCreator, bool(*)(void), Ptree*(*)(void)) [Source] |
static Class* | New(Ptree*, Ptree*, Ptree*) [Source] |
static Class* | New(char*, Ptree*, Ptree*) [Source] |
static void | FinalizeAll(std::ostream&) [Source] |
static bool | AlreadyRecorded(char*) [Source] |
static bool | AlreadyRecorded(Ptree*) [Source] |
static void | PrintAllMetaclasses() [Source] |
Private Data members Summary: | |
opcxx_ListOfMetaclass* | next [Source] |
char* | name [Source] |
opcxx_MetaclassCreator | proc [Source] |
Ptree*(*)(void) | finalizer [Source] |
opcxx_ListOfMetaclass* | head [Source] |