Public Member Functions | |
OptionValue (const T &_value) | |
virtual void | print (std::ostream &stream) |
Public Attributes | |
T | value |
Value type
Definition at line 197 of file options_list.hpp.
|
inline |
Definition at line 199 of file options_list.hpp.
|
inlinevirtual |
Implements OptionsList::OptionValueBase.
Definition at line 203 of file options_list.hpp.
T OptionsList::OptionValue< T >::value |
Definition at line 208 of file options_list.hpp.