Rerun C++ SDK
Loading...
Searching...
No Matches
cxxopts::OptionParser Class Reference

Public Member Functions

 OptionParser (const OptionMap &options, const PositionalList &positional, bool allow_unrecognised)
 
ParseResult parse (int argc, const char *const *argv)
 
bool consume_positional (const std::string &a, PositionalListIterator &next)
 
void checked_parse_arg (int argc, const char *const *argv, int &current, const std::shared_ptr< OptionDetails > &value, const std::string &name)
 
void add_to_option (OptionMap::const_iterator iter, const std::string &option, const std::string &arg)
 
void parse_option (const std::shared_ptr< OptionDetails > &value, const std::string &name, const std::string &arg="")
 
void parse_default (const std::shared_ptr< OptionDetails > &details)
 
void parse_no_value (const std::shared_ptr< OptionDetails > &details)
 

The documentation for this class was generated from the following file: