#include <StringParameter.h>
Definition at line 24 of file StringParameter.h.
◆ StringParameter()
StringParameter::StringParameter |
( |
const string & | name, |
|
|
const string & | description, |
|
|
const string & | defaultValue ) |
◆ doGetArgumentCountRange()
pair< size_t, size_t > StringParameter::doGetArgumentCountRange |
( |
| ) |
const |
|
privatevirtual |
◆ doGetArgumentType()
string StringParameter::doGetArgumentType |
( |
| ) |
const |
|
privatevirtual |
◆ doGetValueAsString()
string StringParameter::doGetValueAsString |
( |
| ) |
const |
|
privatevirtual |
◆ doProcessArguments()
void StringParameter::doProcessArguments |
( |
const char ** | args, |
|
|
size_t | argCount ) |
|
privatevirtual |
◆ getValue()
const string & StringParameter::getValue |
( |
| ) |
const |
|
inline |
◆ operator const string &()
StringParameter::operator const string & |
( |
| ) |
const |
|
inline |
◆ operator=()
void StringParameter::operator= |
( |
const string & | value | ) |
|
|
inline |
◆ operator==()
bool StringParameter::operator== |
( |
const string & | str | ) |
const |
|
inline |
◆ setValue()
void StringParameter::setValue |
( |
const string & | value | ) |
|
|
inline |
◆ _value
string StringParameter::_value |
|
private |
The documentation for this class was generated from the following files: