|
Frobby
0.9.0
|
#include <BoolParameter.h>
Public Member Functions | |
| BoolParameter (const string &name, const string &description, bool defaultValue) | |
| bool | getValue () const |
| void | setValue (bool value) |
| operator bool () const | |
| void | operator= (bool value) |
Public Member Functions inherited from Parameter | |
| Parameter (const string &name, const string &description) | |
| virtual | ~Parameter () |
| const string & | getName () const |
| const string & | getDescription () const |
| string | getArgumentType () const |
| string | getValueAsString () const |
| void | appendToDescription (const char *str) |
| void | processArguments (const char **args, size_t argCount) |
Private Member Functions | |
| virtual string | doGetArgumentType () const |
| virtual string | doGetValueAsString () const |
| virtual pair< size_t, size_t > | doGetArgumentCountRange () const |
| virtual void | doProcessArguments (const char **args, size_t argCount) |
Private Attributes | |
| bool | _value |
Definition at line 24 of file BoolParameter.h.
| BoolParameter::BoolParameter | ( | const string & | name, |
| const string & | description, | ||
| bool | defaultValue | ||
| ) |
Definition at line 23 of file BoolParameter.cpp.
|
privatevirtual |
Implements Parameter.
Definition at line 41 of file BoolParameter.cpp.
|
privatevirtual |
Implements Parameter.
Definition at line 30 of file BoolParameter.cpp.
|
privatevirtual |
Implements Parameter.
Definition at line 34 of file BoolParameter.cpp.
|
privatevirtual |
Implements Parameter.
Definition at line 45 of file BoolParameter.cpp.
|
inline |
Definition at line 30 of file BoolParameter.h.
|
inline |
Definition at line 33 of file BoolParameter.h.
|
inline |
Definition at line 34 of file BoolParameter.h.
|
inline |
Definition at line 31 of file BoolParameter.h.
|
private |
Definition at line 42 of file BoolParameter.h.
1.8.9.1