#include "EDoc/stdint.h"
#include <string>
#include <list>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
namespace | std |
Data Structures | |
class | EDoc::TranslationUnit |
Represents a translation unit in code. More... | |
Typedefs | |
typedef std::vector< TranslationUnit * > | EDoc::TUnitPVec |
Functions | |
static std::ostream & | std::operator<< (std::ostream &out, const EDoc::TranslationUnit &value) |
See TranslationUnit::Print(). |