argon
0.12.0
Command line argument parser
|
This is the complete list of members for argon::Parser, including all inherited members.
add_option(const std::string &flags, const std::string &description, const Action &action, const std::string &output) (defined in argon::Parser) | argon::Parser | |
add_option(const std::string &flags, const std::string &description, bool &found) (defined in argon::Parser) | argon::Parser | |
add_option(const std::string &flags, const std::string &description, T &value) (defined in argon::Parser) | argon::Parser | |
add_position(const std::string &name, const std::string &description) (defined in argon::Parser) | argon::Parser | |
args() const -> std::vector< std::string_view > (defined in argon::Parser) | argon::Parser | |
get_position(size_t index) const -> std::string_view (defined in argon::Parser) | argon::Parser | |
parse() (defined in argon::Parser) | argon::Parser | |
Parser(int argc, const char *const argv[]) (defined in argon::Parser) | argon::Parser |