Frobby
0.9.5
|
This is the complete list of members for BoolParameter, including all inherited members.
_description | Parameter | private |
_name | Parameter | private |
_value | BoolParameter | private |
appendToDescription(const char *str) | Parameter | |
BoolParameter(const string &name, const string &description, bool defaultValue) | BoolParameter | |
checkCorrectParameterCount(unsigned int from, unsigned int to, const char **params, unsigned int paramCount) | Parameter | private |
doGetArgumentCountRange() const | BoolParameter | privatevirtual |
doGetArgumentType() const | BoolParameter | privatevirtual |
doGetValueAsString() const | BoolParameter | privatevirtual |
doProcessArguments(const char **args, size_t argCount) | BoolParameter | privatevirtual |
getArgumentType() const | Parameter | inline |
getDescription() const | Parameter | inline |
getName() const | Parameter | inline |
getValue() const | BoolParameter | inline |
getValueAsString() const | Parameter | inline |
operator bool() const | BoolParameter | inline |
operator=(bool value) | BoolParameter | inline |
Parameter(const string &name, const string &description) | Parameter | |
processArguments(const char **args, size_t argCount) | Parameter | |
setValue(bool value) | BoolParameter | inline |
~Parameter() | Parameter | virtual |