#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>
Definition at line 1110 of file cxxopts.hpp.
◆ Options()
| Options |
( |
std::string | program, |
|
|
std::string | help_string = "" ) |
|
inline |
◆ add_option()
| void add_option |
( |
const std::string & | group, |
|
|
const std::string & | s, |
|
|
const std::string & | l, |
|
|
std::string | desc, |
|
|
std::shared_ptr< const Value > | value, |
|
|
std::string | arg_help ) |
|
inline |
◆ add_options()
◆ allow_unrecognised_options()
| Options & allow_unrecognised_options |
( |
| ) |
|
|
inline |
◆ custom_help()
| Options & custom_help |
( |
std::string | help_text | ) |
|
|
inline |
◆ group_help()
◆ groups()
| const std::vector< std::string > groups |
( |
| ) |
const |
|
inline |
◆ help()
| std::string help |
( |
const std::vector< std::string > & | groups = {} | ) |
const |
|
inline |
◆ parse()
◆ parse_positional() [1/4]
template<typename Iterator>
| void parse_positional |
( |
Iterator | begin, |
|
|
Iterator | end ) |
|
inline |
◆ parse_positional() [2/4]
| void parse_positional |
( |
std::initializer_list< std::string > | options | ) |
|
|
inline |
◆ parse_positional() [3/4]
| void parse_positional |
( |
std::string | option | ) |
|
|
inline |
◆ parse_positional() [4/4]
| void parse_positional |
( |
std::vector< std::string > | options | ) |
|
|
inline |
◆ positional_help()
| Options & positional_help |
( |
std::string | help_text | ) |
|
|
inline |
◆ show_positional_help()
The documentation for this class was generated from the following file: