|
kaycxx-cli
C++ CLI library
|
This is the complete list of members for kaycxx::cli::command_handle, including all inherited members.
| args (defined in kaycxx::cli::command_handle) | kaycxx::cli::command_handle | friend |
| command (defined in kaycxx::cli::command_handle) | kaycxx::cli::command_handle | friend |
| command(std::string_view name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| description() const noexcept | kaycxx::cli::command_handle | inline |
| flag(std::string_view name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| flag(std::string_view name, char alias, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| name() const noexcept | kaycxx::cli::command_handle | inline |
| option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| parameter(std::string_view name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| parameters(std::string_view name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| parse(int argc, char *argv[]) const | kaycxx::cli::command_handle | inline |
| print_help(std::ostream &out=std::cout) const | kaycxx::cli::command_handle | inline |
| print_version(std::ostream &out=std::cout) const | kaycxx::cli::command_handle | inline |
| repeatable_option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |
| repeatable_option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt) | kaycxx::cli::command_handle | inline |