#include "EDoc/StringIdentifiedObject.h"
#include "EDoc/Location.h"
#include <string>
#include <vector>
#include <sstream>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
Data Structures | |
class | EDoc::Type |
Represents a type in C/C++ code that has been encounterd during compilation. More... | |
Typedefs | |
typedef std::vector< EDoc::Type * > | EDoc::TypePVec |