#include <paramvaluer.hpp>
Inheritance diagram for ParamValuer:
Definition at line 54 of file paramvaluer.hpp.
Public Methods | |||
ParamValuer (XMLFlowContext *p_pStreamContext) | |||
| |||
~ParamValuer () | |||
Destructor. | |||
char * | calculateExpression (const char *p_pszExpression) | ||
Returns result of provided expression. |
|
Definition at line 52 of file paramvaluer.cpp. References DEBUG_CREATE. |
|
Destructor.
Definition at line 61 of file paramvaluer.cpp. References DEBUG_DEL. |
|
Returns result of provided expression.
Implements XMLValuer. Definition at line 69 of file paramvaluer.cpp. References copyCharBuffer(), DEBUG_FUNC, and XMLFlowContext::getParameter(). |