|
EasyLocalpp
3.0
|
#include <Parameters.h>
Public Attributes | |
| char ** | valueptr |
| char * | curvalue |
| char * | defaultvalue |
data for char* parameters
Definition at line 108 of file Parameters.h.
| char* StringParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 110 of file Parameters.h.
| char* StringParam::defaultvalue |
default value of the parameter
Definition at line 111 of file Parameters.h.
| char** StringParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 109 of file Parameters.h.