|
| ParseResult (const ParseResult &)=default |
|
| ParseResult (NameHashMap &&keys, ParsedHashMap &&values, std::vector< KeyValue > sequential, std::vector< KeyValue > default_opts, std::vector< std::string > &&unmatched_args) |
|
ParseResult & | operator= (ParseResult &&)=default |
|
ParseResult & | operator= (const ParseResult &)=default |
|
Iterator | begin () const |
|
Iterator | end () const |
|
std::size_t | count (const std::string &o) const |
|
const OptionValue & | operator[] (const std::string &option) const |
|
const std::vector< KeyValue > & | arguments () const |
|
const std::vector< std::string > & | unmatched () const |
|
const std::vector< KeyValue > & | defaults () const |
|
const std::string | arguments_string () const |
|
The documentation for this class was generated from the following file: