#include <state.h>
Public Member Functions | |
void | dump () const |
double | operator[] (Variable *var) const |
State () | |
State (istream &in, const vector< Variable * > &variables) | |
Private Attributes | |
map< Variable *, double > | values |
Definition at line 11 of file preprocess/state.h.
State::State | ( | ) | [inline] |
Definition at line 14 of file preprocess/state.h.
State::State | ( | istream & | in, |
const vector< Variable * > & | variables | ||
) |
Definition at line 6 of file preprocess/state.cpp.
void State::dump | ( | ) | const |
Definition at line 20 of file preprocess/state.cpp.
double State::operator[] | ( | Variable * | var | ) | const |
Definition at line 16 of file preprocess/state.cpp.
map<Variable *, double> State::values [private] |
Definition at line 12 of file preprocess/state.h.