#include <callback.h>
Inheritance diagram for SPARK::TArgument:


Public Member Functions | |
Structors | |
| TArgument () | |
| Default constructor. | |
| TArgument (SPARK::TVariable *variable) | |
| Normal constructor using a pointer to a TVariable object. | |
| TArgument (const TArgument &argument) | |
| Copy constructor. | |
Numerical access methods | |
| double | operator() (unsigned innerStep) const |
| Returns the inner value for innerStep. | |
| operator double () const | |
| Allows implicit conversion to double by returning the current value. | |
|
|
Default constructor.
|
|
|
Normal constructor using a pointer to a TVariable object.
|
|
|
Copy constructor.
|
|
|
Returns the inner value for innerStep.
|
|
|
Allows implicit conversion to double by returning the current value.
|