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