EasyLocalpp  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
boolParam Struct Reference

#include <Parameters.h>

Public Attributes

Boolvalueptr
 
Bool curvalue
 
Bool defaultvalue
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: