#include <StkVar.h>
Public Member Functions | |
StkVar (const string &name, GReal_t value=0) | |
Constructs a stack variable with the specified name. | |
StkVar (const StkVar &other) | |
Copy constructor. | |
void | evalStack (GReal_t *&p) const |
Evaluates the stack. | |
virtual string | getClassName () const |
Gets the class name. | |
Public Attributes | |
GReal_t | value |
The value. |
gridripper::math::expr::StkVar::StkVar | ( | const string & | name, | |
GReal_t | value = 0 | |||
) | [inline] |
Constructs a stack variable with the specified name.
name | the variable name | |
value | the value |
gridripper::math::expr::StkVar::StkVar | ( | const StkVar & | other | ) | [inline] |
Copy constructor.
other | the object to copy |
void gridripper::math::expr::StkVar::evalStack | ( | GReal_t *& | p | ) | const [inline, virtual] |
virtual string gridripper::math::expr::StkVar::getClassName | ( | ) | const [inline, virtual] |
The value.