#include <map>
#include "pathexpression.h"
#include "parvarmap.h"
#include "varname.h"
Go to the source code of this file.
Classes | |
class | PathEnvironment |
Represents mapping of variables to their path. More... | |
Typedefs | |
typedef map< unsigned, PathExpression * > | PEnv |
The underlying map of this object. |
Header file specifying constructors, destructor and functions for pathenvironment.cpp.
Definition in file pathenvironment.h.
map< unsigned, PathExpression * > PEnv |
The underlying map of this object.
The underlying map of this object, which maps variables to their path.
Definition at line 48 of file pathenvironment.h.