|
sisi4s
|
This is the complete list of members for CLI::Range, including all inherited members.
| active(bool active_val=true) | CLI::Validator | inline |
| active(bool active_val=true) const | CLI::Validator | inline |
| active_ | CLI::Validator | protected |
| application_index(int app_index) | CLI::Validator | inline |
| application_index(int app_index) const | CLI::Validator | inline |
| application_index_ | CLI::Validator | protected |
| desc_function_ | CLI::Validator | protected |
| description(std::string validator_desc) | CLI::Validator | inline |
| description(std::string validator_desc) const | CLI::Validator | inline |
| func_ | CLI::Validator | protected |
| get_active() const | CLI::Validator | inline |
| get_application_index() const | CLI::Validator | inline |
| get_description() const | CLI::Validator | inline |
| get_modifying() const | CLI::Validator | inline |
| get_name() const | CLI::Validator | inline |
| name(std::string validator_name) | CLI::Validator | inline |
| name(std::string validator_name) const | CLI::Validator | inline |
| name_ | CLI::Validator | protected |
| non_modifying(bool no_modify=true) | CLI::Validator | inline |
| non_modifying_ | CLI::Validator | protected |
| operation(std::function< std::string(std::string &)> op) | CLI::Validator | inline |
| operator!() const | CLI::Validator | inline |
| operator&(const Validator &other) const | CLI::Validator | inline |
| operator()(std::string &str) const | CLI::Validator | inline |
| operator()(const std::string &str) const | CLI::Validator | inline |
| operator|(const Validator &other) const | CLI::Validator | inline |
| Range(T min_val, T max_val, const std::string &validator_name=std::string{}) | CLI::Range | inline |
| Range(T max_val, const std::string &validator_name=std::string{}) | CLI::Range | inlineexplicit |
| Validator()=default | CLI::Validator | |
| Validator(std::string validator_desc) | CLI::Validator | inlineexplicit |
| Validator(std::function< std::string(std::string &)> op, std::string validator_desc, std::string validator_name="") | CLI::Validator | inline |