Public Attributes | |
| int | intVal |
| double | dblVal |
| void * | ptrVal |
| char * | strVal |
| bool | boolVal |
Definition at line 45 of file ParameterSet.cpp.
| bool boolVal |
Definition at line 51 of file ParameterSet.cpp.
| double dblVal |
Definition at line 48 of file ParameterSet.cpp.
| int intVal |
Definition at line 47 of file ParameterSet.cpp.
| void* ptrVal |
Definition at line 49 of file ParameterSet.cpp.
| char* strVal |
Definition at line 50 of file ParameterSet.cpp.