EasyLocalpp
3.0
|
#include <Parameters.h>
Public Attributes | |
char * | valueptr |
char * | allowedvalues |
char | curvalue |
char | defaultvalue |
data for char parameters
Definition at line 99 of file Parameters.h.
char* CharParam::allowedvalues |
array with possible parameter values, or NULL if not restricted
Definition at line 101 of file Parameters.h.
char CharParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 102 of file Parameters.h.
char CharParam::defaultvalue |
default value of the parameter
Definition at line 103 of file Parameters.h.
char* CharParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 100 of file Parameters.h.