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