#include "occCommon.h"
#include <string.h>
#include <iostream>
#include "token.h"
#include "mop.h"
#include "env.h"
#include "ptree.h"
#include "walker.h"
#include "classwalk.h"
#include "typeinfo.h"
#include "encoding.h"
Include dependency graph for mop.cpp:
Functions | |
Class * | CreateClass (Ptree *def, Ptree *marg) |
opcxx_ListOfMetaclass * | opcxx_init_Class () |
Class * | CreateTemplateClass (Ptree *def, Ptree *marg) |
opcxx_ListOfMetaclass * | opcxx_init_TemplateClass () |
END_OPENCXX_NAMESPACE void | pokus (void) |
Variables | |
opcxx_ListOfMetaclass | classCreator ("Class", CreateClass, Class::Initialize, nil) |
opcxx_ListOfMetaclass | templateCreator ("TemplateClass", CreateTemplateClass, TemplateClass::Initialize, nil) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|