PetaVision
Alpha
|
ParameterString (const char *name, const char *value) | |
virtual | ~ParameterString () |
Public Member Functions | |
void | clearHasBeenRead () |
ParameterString * | copyParameterString () |
const char * | getName () |
const char * | getValue () |
bool | hasBeenRead () |
void | setValue (const char *s) |
Private Attributes | |
bool | hasBeenReadFlag |
char * | paramName |
char * | paramValue |
Definition at line 96 of file PVParams.hpp.