|
kaycxx-cli
C++ CLI library
|
This is the complete list of members for kaycxx::cli::command, including all inherited members.
| author() const noexcept | kaycxx::cli::command | |
| bugs() const noexcept | kaycxx::cli::command | |
| command(std::string_view name, command_options options=command_options()) | kaycxx::cli::command | explicit |
| command(command const &)=delete | kaycxx::cli::command | |
| command(command &&other) noexcept=default | kaycxx::cli::command | |
| copyright() const noexcept | kaycxx::cli::command | |
| description() const noexcept | kaycxx::cli::command | |
| email() 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 | |
| license() const noexcept | kaycxx::cli::command | |
| name() const noexcept | kaycxx::cli::command | |
| operator=(command const &)=delete | kaycxx::cli::command | |
| operator=(command &&other) noexcept=default | 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() const | kaycxx::cli::command | |
| print_help(std::ostream &out) const | kaycxx::cli::command | |
| print_version() const | kaycxx::cli::command | |
| print_version(std::ostream &out) 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 |
| version() const noexcept | kaycxx::cli::command |