#include "EDoc/DictionarySpecific.h"
#include "EDoc/exceptions.h"
#include "EDoc/StringIdentifiedObject.h"
#include <string>
#include <map>
#include <list>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | EDoc |
Data Structures | |
| class | EDoc::ManagedObject |
| Generic representation for a collection of StringIdentifiedObject instances. More... | |
Typedefs | |
| typedef ManagedObject * | EDoc::ManagedObjectPtr |
| typedef std::list< ManagedObject * > | EDoc::MngObjPList |
| typedef std::vector< ManagedObject * > | EDoc::MngObjPVec |
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). | |
1.5.1