#include <mop.h>
Collaboration diagram for opcxx_ListOfMetaclass:
Public Methods | |
opcxx_ListOfMetaclass (char *, opcxx_MetaclassCreator, bool(*)(), Ptree *(*)()) | |
Static Public Methods | |
Class * | New (Ptree *, Ptree *, Ptree *) |
Class * | New (char *, Ptree *, Ptree *) |
void | FinalizeAll (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 = 0 |
|
Definition at line 1189 of file mop.cc. References AlreadyRecorded(), finalizer, head, MopErrorMessage(), name, next, opcxx_MetaclassCreator, and proc. |
|
|
|
Definition at line 1252 of file mop.cc. References FALSE, head, name, next, and TRUE. Referenced by Metaclass::Load(), LoadMetaclass(), and opcxx_ListOfMetaclass(). |
|
Definition at line 1240 of file mop.cc. References finalizer, head, next, and Ptree::Write(). Referenced by Program::Write(). |
|
|
|
Definition at line 1208 of file mop.cc. References Ptree::Eq(), head, name, next, and proc. Referenced by Walker::LookupBaseMetaclass(), Walker::LookupMetaclass(), Walker::MakeClassMetaobject(), and ClassWalker::MakeMetaobjectForCfunctions(). |
|
Definition at line 1270 of file mop.cc. References head, name, and next. Referenced by ParseCmdOptions(). |
|
Referenced by FinalizeAll(), and opcxx_ListOfMetaclass(). |
|
Definition at line 1153 of file mop.cc. Referenced by AlreadyRecorded(), FinalizeAll(), New(), opcxx_ListOfMetaclass(), and PrintAllMetaclasses(). |
|
Definition at line 314 of file mop.h. Referenced by AlreadyRecorded(), New(), opcxx_ListOfMetaclass(), and PrintAllMetaclasses(). |
|
Definition at line 313 of file mop.h. Referenced by AlreadyRecorded(), FinalizeAll(), New(), opcxx_ListOfMetaclass(), and PrintAllMetaclasses(). |
|
Definition at line 315 of file mop.h. Referenced by New(), and opcxx_ListOfMetaclass(). |