| 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 |
| enable_default_flag_values(bool value=true) | CLI::FormatterBase | inline |
| enable_default_flag_values_ (defined in CLI::FormatterBase) | CLI::FormatterBase | protected |
| enable_description_formatting(bool value=true) | CLI::FormatterBase | inline |
| enable_description_formatting_ | CLI::FormatterBase | protected |
| enable_footer_formatting(bool value=true) | CLI::FormatterBase | inline |
| enable_footer_formatting_ (defined in CLI::FormatterBase) | CLI::FormatterBase | protected |
| enable_option_defaults(bool value=true) | CLI::FormatterBase | inline |
| enable_option_defaults_ | CLI::FormatterBase | protected |
| enable_option_type_names(bool value=true) | CLI::FormatterBase | inline |
| enable_option_type_names_ (defined in CLI::FormatterBase) | 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_long_option_alignment_ratio() const | CLI::FormatterBase | inline |
| get_right_column_width() const | CLI::FormatterBase | inline |
| is_default_flag_values_enabled() const | CLI::FormatterBase | inline |
| is_description_paragraph_formatting_enabled() const | CLI::FormatterBase | inline |
| is_footer_paragraph_formatting_enabled() const | CLI::FormatterBase | inline |
| is_option_defaults_enabled() const | CLI::FormatterBase | inline |
| is_option_type_names_enabled() const | CLI::FormatterBase | inline |
| label(std::string key, std::string val) | CLI::FormatterBase | inline |
| labels_ | CLI::FormatterBase | protected |
| long_option_alignment_ratio(float ratio) | CLI::FormatterBase | inline |
| long_option_alignment_ratio_ | 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 |