#include "EDoc/PropogatingException.h"
#include "EDoc/exceptions.h"
#include "EDoc/ProgressIFace.h"
#include "EDoc/StringIdentifiedObject.h"
#include "EDoc/TranslationUnit.h"
#include "EDoc/SpecificManagedObject.h"
#include <string>
#include <map>
#include <ostream>
#include <vector>
#include <list>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
namespace | std |
Data Structures | |
class | EDoc::Dictionary |
Represents one or more merged translation units. More... | |
Functions | |
Dictionary * | EDoc::GetCurrentDictionary () |
Returns the currently active dictionary instance that is in the staging area. | |
void | EDoc::SetCurrentDictionary (Dictionary *current_in) |
Set the currently active dictionary. | |
Dictionary * | EDoc::GetCurrentDictionaryAssert () |
Returns the currently active dictionary instance that is in the staging area. | |
static std::ostream & | std::operator<< (std::ostream &out, const EDoc::Dictionary &value) |
Print a dictionary to a std ostream. |