|
Defines |
#define | STRINGIFY_HELPER(x) #x |
#define | STRINGIFY(x) STRINGIFY_HELPER(x) |
Functions |
END_OPENCXX_NAMESPACE BEGIN_OPENCXX_NAMESPACE
Class * | CreateQuoteClass (Ptree *def, Ptree *marg) |
opcxx_ListOfMetaclass * | opcxx_init_QuoteClass () |
Class * | CreateMetaclass (Ptree *def, Ptree *marg) |
opcxx_ListOfMetaclass * | opcxx_init_Metaclass () |
void | LoadMetaclass (char *metaclass_name) |
Variables |
bool | verboseMode |
bool | makeSharedLibrary |
opcxx_ListOfMetaclass | QuoteClassCreator ("QuoteClass", CreateQuoteClass, QuoteClass::Initialize, nil) |
opcxx_ListOfMetaclass | metaclassCreator ("Metaclass", CreateMetaclass, Metaclass::Initialize, nil) |