Go to the source code of this file.
|
| class | TCmdOption< T > |
| | Templated version based on CCmdOptionValue for values that can be converted to and from strings by stream operators. More...
|
| |
| class | TRepeatableCmdOption< T > |
| | Templated version based on CCmdOptionValue for values that can be converted to and from strings by stream operators. More...
|
| |
|
| template<typename T > |
| PCmdOption | make_opt (std::vector< T > &value, const char *long_opt, char short_opt, const char *help, CCmdOptionFlags flags=CCmdOptionFlags::none) |
| | Create an option to set a vector of values,. More...
|
| |
| template<typename T > |
| PCmdOption | make_repeatable_opt (std::vector< T > &value, const char *long_opt, char short_opt, const char *help, CCmdOptionFlags flags=CCmdOptionFlags::none) |
| | Create a repeatable option to set a vector of values. More...
|
| |