#include <string>
#include <map>
#include <list>
#include <algorithm>
#include <antlr/AST.hpp>
#include "NameDescription.hpp"
#include "Type.hpp"
Go to the source code of this file.
Namespaces | |
namespace | cfront |
Data Structures | |
class | cfront::Environment |
Typedefs | |
typedef std::map< std::string, NameDescription > | cfront::OrdinaryNames |
typedef std::map< std::string, NameDescription > | cfront::TagNames |