EasyLocalpp
3.0
|
#include <Parameters.h>
Public Attributes | |
Bool * | valueptr |
Bool | curvalue |
Bool | defaultvalue |
information method for changes in the parameter
Method is called if the parameter was changed through a paramsetSetXxx() call (which is called by setXxxParam()). It will not be called, if the parameter was changed directly by changing the value in the memory location.
input: : main data structure param : the changed parameter (already set to its new value)data for bool parameters
Definition at line 50 of file Parameters.h.
Bool boolParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 52 of file Parameters.h.
Bool boolParam::defaultvalue |
default value of the parameter
Definition at line 53 of file Parameters.h.
Bool* boolParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 51 of file Parameters.h.