kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
kaycxx::cli::command Member List

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::commandprotected
command(command const &)=deletekaycxx::cli::command
command(std::string_view name, std::optional< std::string_view > description, command *parent)kaycxx::cli::commandprotected
command(command &&other) noexceptkaycxx::cli::commandprotected
command_handle (defined in kaycxx::cli::command)kaycxx::cli::commandfriend
description() const noexceptkaycxx::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 noexceptkaycxx::cli::command
operator=(command const &)=deletekaycxx::cli::command
option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parameter(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parameters(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parse(int argc, char *argv[]) constkaycxx::cli::command
print_help(std::ostream &out=std::cout) constkaycxx::cli::command
print_version(std::ostream &out=std::cout) constkaycxx::cli::command
repeatable_option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
repeatable_option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
~command()=defaultkaycxx::cli::commandvirtual