| argType (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | protected |
| ArgumentBase(std::string_view name, std::string_view optionsComment, ArgumentKind argType, bool repeatable, bool required) (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | inlineprotected |
| create() (defined in cli::commands::PositionalArgument< T >) | cli::commands::PositionalArgument< T > | inline |
| getArgDocString(const docwriting::DocWriter &writer) const override | cli::commands::PositionalArgumentBase | virtual |
| getArgType() const | cli::commands::ArgumentBase | inline |
| getName() const noexcept | cli::commands::ArgumentBase | inline |
| getOptionComment() const noexcept | cli::commands::ArgumentBase | inline |
| getOptionsDocString(const docwriting::DocWriter &writer) const override | cli::commands::PositionalArgumentBase | virtual |
| getType() const | cli::commands::TypedArgumentBase | inline |
| isRepeatable() const noexcept | cli::commands::ArgumentBase | inline |
| isRequired() const noexcept | cli::commands::ArgumentBase | inline |
| name (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | protected |
| optionsComment (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | protected |
| parseToValue(const std::string &input) const override | cli::commands::PositionalArgument< T > | inlinevirtual |
| PositionalArgument(std::string_view name, std::string_view optionsComment="", bool required=true, bool repeatable=false) | cli::commands::PositionalArgument< T > | inlineexplicit |
| PositionalArgumentBase(std::string_view name, std::string_view optionsComment, bool repeatable, bool required, std::type_index t) | cli::commands::PositionalArgumentBase | inline |
| repeatable (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | protected |
| required (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | protected |
| type (defined in cli::commands::TypedArgumentBase) | cli::commands::TypedArgumentBase | protected |
| TypedArgumentBase(std::type_index t) (defined in cli::commands::TypedArgumentBase) | cli::commands::TypedArgumentBase | inlineexplicitprotected |
| withOptionsComment(std::string_view comment) | cli::commands::PositionalArgument< T > | inline |
| withRepeatable(bool rep) | cli::commands::PositionalArgument< T > | inline |
| withRequired(bool req) | cli::commands::PositionalArgument< T > | inline |
| ~ArgumentBase()=default (defined in cli::commands::ArgumentBase) | cli::commands::ArgumentBase | virtual |
| ~TypedArgumentBase()=default (defined in cli::commands::TypedArgumentBase) | cli::commands::TypedArgumentBase | virtual |