#include <map>
#include "typeenums.h"
#include "varname.h"
Go to the source code of this file.
Classes | |
class | FSAMap |
Represents mapping of variables to their first straight ancestor (FSA) variable. More... | |
Namespaces | |
namespace | std |
STL namespace. | |
Typedefs | |
typedef map< unsigned, unsigned > | VarVarMap |
The underlying map of this object. |
Header file specifying constructors, destructor and functions for fsamap.cpp.
Definition in file fsamap.h.
map< unsigned, unsigned > VarVarMap |