|
Frobby
0.9.5
|
#include "stdinc.h"#include "CliParams.h"#include "error.h"#include "ParameterGroup.h"#include "IntegerParameter.h"#include "BoolParameter.h"#include "StringParameter.h"#include "NameFactory.h"Go to the source code of this file.
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.