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

#include <Parameters.h>

Public Attributes

Intvalueptr
 
Int curvalue
 
Int defaultvalue
 
Int minvalue
 
Int maxvalue
 

Detailed Description

data for int parameters

Definition at line 69 of file Parameters.h.

Member Data Documentation

Int IntParam::curvalue

stores the current parameter value if it is not stored in *valueptr

Definition at line 71 of file Parameters.h.

Int IntParam::defaultvalue

default value of the parameter

Definition at line 72 of file Parameters.h.

Int IntParam::maxvalue

maximum value for parameter

Definition at line 74 of file Parameters.h.

Int IntParam::minvalue

minimum value for parameter

Definition at line 73 of file Parameters.h.

Int* IntParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 70 of file Parameters.h.


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