#include "EDoc/stdint.h"
#include "EDoc/Dictionary.h"
#include "EDoc/utils.h"
#include "EDoc/exceptions.h"
#include "EDoc/StringIdentifiedObject.h"
#include <vector>
#include "EDoc/Function.h"
#include "EDoc/FunctionType.h"
#include "EDoc/Type.h"
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
Data Structures | |
class | EDoc::IndexedObject |
Stores a map of StringIdentifiedObject's that are indexed by an integer value. More... | |
class | EDoc::SpecificIndexedObject< T > |
Specific varient of IndexedObject for a particular StringIdentifiedObject derivation type like, File, Function etc. More... | |
class | EDoc::IndexedDictionary |
Manages all File, Type, FunctionType, and Function instances as they are being loaded from a EDoc++ data file. More... |