1 #pragma clang diagnostic push
2 #pragma clang diagnostic ignored "-Wdocumentation-unknown-command"
7 #pragma clang diagnostic pop
20 return boost::get<T>(&
_value);
25 return boost::get<const T>(&
_value);
43 return boost::get<const T>(&
_default);
T * getDefault()
get the default value of this setting
T * getValue()
access the setting value
void setValue(const T &value)
modify the setting value
SettingType _default
setting default value
Initialization error class.
SettingType _value
setting value