cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::command_t Member List

This is the complete list of members for toolbox::utils::command_t, including all inherited members.

add_argument(const std::string &name, const std::string &description, bool required=true)toolbox::utils::command_t
add_command(const std::string &name, const std::string &description)toolbox::utils::command_t
add_flag(const std::string &name, const std::string &short_name, const std::string &description)toolbox::utils::command_t
add_option(const std::string &name, const std::string &short_name, const std::string &description, bool required=false)toolbox::utils::command_t
apply_ini_config(const class ini_config_t &config, const std::string &section="")toolbox::utils::command_tinline
apply_ini_file(const std::string &file_path, const std::string &section="")toolbox::utils::command_tinline
command_t(const std::string &name, const std::string &description)toolbox::utils::command_t
command_t(const command_t &)=deletetoolbox::utils::command_t
command_t(command_t &&)=defaulttoolbox::utils::command_t
format_help() consttoolbox::utils::command_t
get_description() consttoolbox::utils::command_t
get_name() consttoolbox::utils::command_t
operator=(const command_t &)=deletetoolbox::utils::command_t
operator=(command_t &&)=defaulttoolbox::utils::command_t
parse_and_execute(const std::vector< std::string > &args)toolbox::utils::command_t
set_callback(std::function< int()> callback)toolbox::utils::command_t