This is the complete list of members for net::in6::config::ConfigAddressReverse< ConfigAddressTypeT >, including all inherited members.
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| aliases | utils::SubCommand | protectedstatic |
| allowExtras(bool allow=true) | utils::SubCommand | |
| childSubCommands | utils::SubCommand | private |
| commandlineOpt | utils::SubCommand | private |
| commandlineTriggerApp | utils::SubCommand | protectedstatic |
| ConfigAddressReverse(net::config::ConfigInstance *instance, const std::string &addressOptionName, const std::string &addressOptionDescription) | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | explicitprotected |
| ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections") | net::config::ConfigSection | |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | |
| configToStr() const | utils::SubCommand | |
| description(const std::string &description) | utils::SubCommand | protected |
| disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| final | utils::SubCommand | private |
| finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| footer(const std::string &footer) | utils::SubCommand | protected |
| getCommandlineTriggerApp() | utils::SubCommand | protectedstatic |
| getHelpTriggerApp() | utils::SubCommand | protectedstatic |
| getName() const | utils::SubCommand | |
| getNumericReverse() const | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | |
| getOption(const std::string &name) const | utils::SubCommand | |
| getParent() const | utils::SubCommand | |
| getRequired() const | utils::SubCommand | inline |
| getShowConfigTriggerApp() | utils::SubCommand | protectedstatic |
| getSocketAddress(const SocketAddress::SockAddr &sockAddr, SocketAddress::SockLen sockAddrLen) | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | |
| getSubCommand() | utils::SubCommand | |
| getSubCommand() const | utils::SubCommand | |
| hasParent() const | utils::SubCommand | |
| help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| helpOpt | utils::SubCommand | protected |
| helpTriggerApp | utils::SubCommand | protectedstatic |
| initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| name | utils::SubCommand | private |
| needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| newSubCommand(Args &&... args) | utils::SubCommand | |
| numericReverseOpt | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | private |
| operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
| utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| parent | utils::SubCommand | private |
| parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| removeSubCommand() | utils::SubCommand | protected |
| required(bool required=true, bool force=true) | utils::SubCommand | |
| required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| requiredCount | utils::SubCommand | private |
| sectionFormatter | utils::SubCommand | protectedstatic |
| selfAnchoredSubCommandApp | utils::SubCommand | private |
| setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setNumericReverse(bool numeric=true) | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | |
| setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setVersionFlag(const std::string &version) const | utils::SubCommand | |
| showConfigOpt | utils::SubCommand | private |
| showConfigTriggerApp | utils::SubCommand | protectedstatic |
| SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| subCommandApp | utils::SubCommand | private |
| Super typedef | net::in6::config::ConfigAddressReverse< ConfigAddressTypeT > | private |
| version() const | utils::SubCommand | |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~SubCommand() | utils::SubCommand | virtual |