Frobby
0.9.5
|
Go to the source code of this file.
Classes | |
class | CliParams |
Functions | |
bool | getBool (const CliParams ¶ms, const string &name) |
const string & | getString (const CliParams ¶ms, const string &name) |
unsigned int | getInt (const CliParams ¶ms, const string &name) |
void | setBool (CliParams ¶ms, const string &name, bool newValue) |
bool getBool | ( | const CliParams & | params, |
const string & | name | ||
) |
Definition at line 124 of file CliParams.cpp.
unsigned int getInt | ( | const CliParams & | params, |
const string & | name | ||
) |
Definition at line 136 of file CliParams.cpp.
const string& getString | ( | const CliParams & | params, |
const string & | name | ||
) |
Definition at line 130 of file CliParams.cpp.
void setBool | ( | CliParams & | params, |
const string & | name, | ||
bool | newValue | ||
) |
Definition at line 142 of file CliParams.cpp.