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

#include <Parameters.h>

Public Attributes

char * valueptr
 
char * allowedvalues
 
char curvalue
 
char defaultvalue
 

Detailed Description

data for char parameters

Definition at line 99 of file Parameters.h.

Member Data Documentation

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.


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