#include <OptionValue.hpp>
Definition at line 64 of file OptionValue.hpp.
◆ ~OptionValue()
tdc::OptionValue::~OptionValue |
( |
| ) |
|
|
inline |
◆ OptionValue() [1/5]
tdc::OptionValue::OptionValue |
( |
| ) |
|
|
inline |
◆ OptionValue() [2/5]
tdc::OptionValue::OptionValue |
( |
std::string && |
value | ) |
|
|
inline |
◆ OptionValue() [3/5]
◆ OptionValue() [4/5]
tdc::OptionValue::OptionValue |
( |
const OptionValue & |
other | ) |
|
|
inline |
◆ OptionValue() [5/5]
◆ as()
template<class T >
T tdc::OptionValue::as |
( |
| ) |
const |
|
inline |
◆ as_algorithm()
◆ as_bool()
bool tdc::OptionValue::as_bool |
( |
| ) |
const |
|
inline |
◆ as_floating()
double tdc::OptionValue::as_floating |
( |
| ) |
const |
|
inline |
◆ as_integer()
uint64_t tdc::OptionValue::as_integer |
( |
| ) |
const |
|
inline |
◆ as_string()
const std::string & tdc::OptionValue::as_string |
( |
| ) |
const |
|
inline |
◆ is_algorithm()
bool tdc::OptionValue::is_algorithm |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ to_algorithm()
◆ AlgorithmValue
The documentation for this class was generated from the following file: