#include "metaclass.h"#include "ptree-core.h"#include <stdio.h>#include <fstream.h>#include <string.h>#include <stdlib.h>#include "quote-class.h"Include dependency graph for metaclass.cc:

Go to the source code of this file.
Functions | |
| void | RunSoCompiler (const char *src_file) |
| void * | LoadSoLib (char *file_name) |
| void * | LookupSymbol (void *handle, char *symbol) |
| Class * | CreateQuoteClass (Ptree *def, Ptree *marg) |
| opcxx_ListOfMetaclass | QuoteClassCreator ("QuoteClass", CreateQuoteClass, QuoteClass::Initialize, 0) |
| opcxx_ListOfMetaclass * | opcxx_init_QuoteClass () |
| Class * | CreateMetaclass (Ptree *def, Ptree *marg) |
| opcxx_ListOfMetaclass | metaclassCreator ("Metaclass", CreateMetaclass, Metaclass::Initialize, 0) |
| opcxx_ListOfMetaclass * | opcxx_init_Metaclass () |
| void | LoadMetaclass (char *metaclass_name) |
Variables | |
| bool | verboseMode |
| bool | makeSharedLibrary |
|
||||||||||||
|
Definition at line 102 of file metaclass.cc. References Class::InitializeInstance(). |
|
||||||||||||
|
Definition at line 71 of file metaclass.cc. References Class::InitializeInstance(). |
|
|
Definition at line 299 of file metaclass.cc. References opcxx_ListOfMetaclass::AlreadyRecorded(), Metaclass::Load(), and nil. Referenced by ParseCmdOptions(). |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Definition at line 112 of file metaclass.cc. References Metaclass::Initialize(), and nil. |
|
|
Definition at line 83 of file metaclass.cc. References QuoteClass::Initialize(), and nil. |
|
||||||||||||||||||||
|
|
|
|
Referenced by Metaclass::ProduceInitFile(). |
|
|
Definition at line 57 of file metaclass.cc. Referenced by ParseCmdOptions(), and ParseOptions(). |
|
|
Definition at line 56 of file metaclass.cc. Referenced by ParseCmdOptions(), and ParseOptions(). |
1.2.15