Public Member Functions | |
| OptionValue () | |
| OptionValue (const OptionType &_type, const std::string &_value) | |
| OptionValue (const OptionValue &ov) | |
| OptionValue & | operator= (const OptionValue &ov) |
| void | set (const OptionType &_type, const std::string &_value) |
| ~OptionValue () | |
Public Attributes | |
| const OptionType * | type |
| std::string | value |
| bool | def |
Definition at line 110 of file GetOpt.h.
1.5.3