Defines |
#define | MAXLEN 65536 |
Functions |
int | ParamGetBit (const String &s,int def) |
int | ParamGetInt (const String &s,int def) |
int | ParamGet (const String &s,int &value) |
int | ParamGet (const String &s,int &value,const int &def) |
double | ParamGetDouble (const String &s,double def) |
int | ParamGet (const String &s,double &value) |
int | ParamGet (const String &s,double &value,const double &def) |
float | ParamGetFloat (const String &s,float def) |
int | ParamGet (const String &s,float &value) |
int | ParamGet (const String &s,float &value,const float &def) |
int | ParamGet (const String &s,String &value) |
int | ParamGet (const String &s,String &value,const String &def) |
String | ParamGetString (const String &s,const String &def) |
String | ParamGetString (const String &s,String &value,const String &def) |
String | ParamGetString (const String &s) |
void | ParamPushPrefix (const String &s) |
void | ParamPopPrefix (void) |
int | ParamPushFile (const String &s) |
String | ParamPopFile (void) |
void | ParamDisplay () |
| Display parameter bindings.
|