#include "config.h"
#include "EDoc/ManagedObject.h"
#include "EDoc/Type.h"
#include "EDoc/Function.h"
#include "EDoc/FunctionType.h"
#include "EDoc/File.h"
#include "EDoc/PStack.h"
#include "EDoc/StackRef.h"
#include "EDoc/utils.h"
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
Functions | |
void | EDoc::AllocNew (File *&obj, Dictionary &dict, std::string key_name) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (Type *&obj, Dictionary &dict, std::string key_name) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (Function *&obj, Dictionary &dict, std::string key_name) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (FunctionType *&obj, Dictionary &dict, std::string key_name) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (File *&obj, Dictionary &dict, uint32_t index) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (Type *&obj, Dictionary &dict, uint32_t index) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (Function *&obj, Dictionary &dict, uint32_t index) |
(BRIEF DESC NOT PROVIDED). | |
void | EDoc::AllocNew (FunctionType *&obj, Dictionary &dict, uint32_t index) |
(BRIEF DESC NOT PROVIDED). |