#include <StkArg.h>
Public Member Functions | |
StkArg (const string &name, GReal_t value=0) | |
Constructs a stack function argument. | |
StkArg (const StkArg &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::StkArg::StkArg | ( | const string & | name, | |
GReal_t | value = 0 | |||
) | [inline] |
Constructs a stack function argument.
name | the argument name | |
value | the value |
gridripper::math::expr::StkArg::StkArg | ( | const StkArg & | other | ) | [inline] |
Copy constructor.
other | the object to copy |
void gridripper::math::expr::StkArg::evalStack | ( | GReal_t *& | p | ) | const [inline, virtual] |
virtual string gridripper::math::expr::StkArg::getClassName | ( | ) | const [inline, virtual] |
The value.