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

#include <Parameters.h>

Public Attributes

char ** valueptr
 
char * curvalue
 
char * defaultvalue
 

Detailed Description

data for char* parameters

Definition at line 108 of file Parameters.h.

Member Data Documentation

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.


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