#include <map>
#include "pathexpression.h"
#include "varname.h"
Go to the source code of this file.
Classes | |
class | ParVarMap |
Represents mapping of variables to their parent variable (ParVar) and path. More... | |
Typedefs | |
typedef map< unsigned, pair < unsigned, PathExpression * > > | VarVarPathMap |
The underlying map of this object. |
Header file specifying constructors, destructor and functions for parvarmap.cpp.
Definition in file parvarmap.h.
map< unsigned, pair< unsigned, PathExpression * > > VarVarPathMap |
The underlying map of this object.
The underlying map of this object, which maps variables to their parent variable (ParVar) and path.
Definition at line 46 of file parvarmap.h.