#include "occCommon.h"
#include "metaclass.h"
#include "ptree-core.h"
#include "quote-class.h"
Include dependency graph for metaclass.cpp:
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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|