Public Member Functions | |
OptionValue (const T &_value) | |
virtual void | print (std::ostream &stream) |
Public Attributes | |
T | value |
Value type
Definition at line 201 of file options_list.hpp.
OptionsList::OptionValue< T >::OptionValue | ( | const T & | _value | ) | [inline] |
Definition at line 203 of file options_list.hpp.
virtual void OptionsList::OptionValue< T >::print | ( | std::ostream & | stream | ) | [inline, virtual] |
Implements OptionsList::OptionValueBase.
Definition at line 207 of file options_list.hpp.
T OptionsList::OptionValue< T >::value |
Definition at line 212 of file options_list.hpp.