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