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

#include <Parameters.h>

Public Attributes

Shortintvalueptr
 
Shortint curvalue
 
Shortint defaultvalue
 
Shortint minvalue
 
Shortint maxvalue
 

Detailed Description

data for int parameters

Definition at line 58 of file Parameters.h.

Member Data Documentation

Shortint ShortintParam::curvalue

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

Definition at line 60 of file Parameters.h.

Shortint ShortintParam::defaultvalue

default value of the parameter

Definition at line 61 of file Parameters.h.

Shortint ShortintParam::maxvalue

maximum value for parameter

Definition at line 63 of file Parameters.h.

Shortint ShortintParam::minvalue

minimum value for parameter

Definition at line 62 of file Parameters.h.

Shortint* ShortintParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 59 of file Parameters.h.


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