#include <expressionparser.h>
Inheritance diagram for ExpressionParser< MapT >:
Definition at line 21 of file expressionparser.h.
Public Types | |
typedef MapT | MapType |
Public Methods | |
ExpressionParser (MapType &p, const char *expr) | |
template<class DT> DT * | lookup_pointer (DT *&x) |
Given a pointer to a location of a particular type, looks up the current string as a parameter name and (if the type matches) sets the pointer to that value and returns it. |