CLI11
C++11 Command Line Interface Parser
|
This is the complete list of members for CLI::Formatter, including all inherited members.
column_width(std::size_t val) | CLI::FormatterBase | inline |
column_width_ | CLI::FormatterBase | protected |
description_paragraph_width(std::size_t val) | CLI::FormatterBase | inline |
description_paragraph_width_ | CLI::FormatterBase | protected |
footer_paragraph_width(std::size_t val) | CLI::FormatterBase | inline |
footer_paragraph_width_ | CLI::FormatterBase | protected |
Formatter()=default (defined in CLI::Formatter) | CLI::Formatter | |
Formatter(const Formatter &)=default (defined in CLI::Formatter) | CLI::Formatter | |
Formatter(Formatter &&)=default (defined in CLI::Formatter) | CLI::Formatter | |
FormatterBase()=default (defined in CLI::FormatterBase) | CLI::FormatterBase | |
FormatterBase(const FormatterBase &)=default (defined in CLI::FormatterBase) | CLI::FormatterBase | |
FormatterBase(FormatterBase &&)=default (defined in CLI::FormatterBase) | CLI::FormatterBase | |
get_column_width() const | CLI::FormatterBase | inline |
get_description_paragraph_width() const | CLI::FormatterBase | inline |
get_footer_paragraph_width() const | CLI::FormatterBase | inline |
get_label(std::string key) const | CLI::FormatterBase | inline |
get_right_column_width() const | CLI::FormatterBase | inline |
label(std::string key, std::string val) | CLI::FormatterBase | inline |
labels_ | CLI::FormatterBase | protected |
make_description(const App *app) const | CLI::Formatter | virtual |
make_expanded(const App *sub, AppFormatMode mode) const | CLI::Formatter | virtual |
make_footer(const App *app) const | CLI::Formatter | virtual |
make_group(std::string group, bool is_positional, std::vector< const Option * > opts) const | CLI::Formatter | virtual |
make_groups(const App *app, AppFormatMode mode) const | CLI::Formatter | |
make_help(const App *app, std::string, AppFormatMode mode) const override | CLI::Formatter | virtual |
make_option(const Option *, bool) const | CLI::Formatter | virtual |
make_option_desc(const Option *) const | CLI::Formatter | virtual |
make_option_name(const Option *, bool) const | CLI::Formatter | virtual |
make_option_opts(const Option *) const | CLI::Formatter | virtual |
make_option_usage(const Option *opt) const | CLI::Formatter | virtual |
make_positionals(const App *app) const | CLI::Formatter | virtual |
make_subcommand(const App *sub) const | CLI::Formatter | virtual |
make_subcommands(const App *app, AppFormatMode mode) const | CLI::Formatter | virtual |
make_usage(const App *app, std::string name) const | CLI::Formatter | virtual |
operator=(const Formatter &)=default (defined in CLI::Formatter) | CLI::Formatter | |
operator=(Formatter &&)=default (defined in CLI::Formatter) | CLI::Formatter | |
operator=(const FormatterBase &)=default (defined in CLI::FormatterBase) | CLI::FormatterBase | |
operator=(FormatterBase &&)=default (defined in CLI::FormatterBase) | CLI::FormatterBase | |
right_column_width(std::size_t val) | CLI::FormatterBase | inline |
right_column_width_ | CLI::FormatterBase | protected |
~FormatterBase() noexcept | CLI::FormatterBase | inlinevirtual |