SNode.C
Loading...
Searching...
No Matches
net::config::ConfigInstance Member List

This is the complete list of members for net::config::ConfigInstance, including all inherited members.

addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::SubCommand
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) constutils::SubCommand
addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::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) constutils::SubCommand
addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::SubCommand
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) constutils::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) constutils::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) constutils::SubCommand
addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) constutils::SubCommand
addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) constutils::SubCommand
addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand)utils::SubCommand
aliasesutils::SubCommandprotectedstatic
allowExtras(bool allow=true)utils::SubCommand
childSubCommandsutils::SubCommandprivate
commandlineOptutils::SubCommandprivate
commandlineTriggerApputils::SubCommandprotectedstatic
ConfigInstance(const std::string &instanceName, Role role)net::config::ConfigInstanceexplicitprotected
ConfigInstance(ConfigInstance &)=deletenet::config::ConfigInstance
ConfigInstance(ConfigInstance &&)=deletenet::config::ConfigInstance
configToStr() constutils::SubCommand
configurable(bool configurable)net::config::ConfigInstance
description(const std::string &description)utils::SubCommandprotected
disabled(SubCommand *subCommand, bool disabled=true)utils::SubCommand
disableOptnet::config::ConfigInstanceprivate
extracted()net::config::ConfigInstancestatic
finalutils::SubCommandprivate
finalCallback(const std::function< void()> &finalCallback)utils::SubCommand
footer(const std::string &footer)utils::SubCommandprotected
getCommandlineTriggerApp()net::config::ConfigInstancestatic
getDisabled() constnet::config::ConfigInstance
getHelpTriggerApp()net::config::ConfigInstancestatic
getInstanceName() constnet::config::ConfigInstance
getName() constutils::SubCommand
getOption(const std::string &name) constutils::SubCommand
getParent() constutils::SubCommand
getRequired() constutils::SubCommandinline
getShowConfigTriggerApp()net::config::ConfigInstancestatic
getSubCommand()utils::SubCommand
getSubCommand() constutils::SubCommand
hasParent() constutils::SubCommand
help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) constutils::SubCommand
helpOptutils::SubCommandprotected
helpTriggerApputils::SubCommandprotectedstatic
initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) constutils::SubCommandprivate
Instance typedefnet::config::ConfigInstance
instanceNamenet::config::ConfigInstanceprivate
nameutils::SubCommandprivate
nameAnonymousnet::config::ConfigInstanceprivatestatic
needs(SubCommand *subCommand, bool needs=true)utils::SubCommand
net::config::ConfigSection classnet::config::ConfigInstancefriend
newSubCommand(Args &&... args)utils::SubCommand
onDestroynet::config::ConfigInstanceprivate
operator=(ConfigInstance &)=deletenet::config::ConfigInstance
operator=(ConfigInstance &&)=deletenet::config::ConfigInstance
utils::SubCommand::operator=(const SubCommand &)=deleteutils::SubCommand
utils::SubCommand::operator=(SubCommand &&)=deleteutils::SubCommand
parentutils::SubCommandprivate
parse(int argc, char *argv[]) constutils::SubCommandprotected
removeSubCommand()utils::SubCommandprotected
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
requiredCountutils::SubCommandprivate
Role enum namenet::config::ConfigInstance
rolenet::config::ConfigInstanceprivate
sectionFormatterutils::SubCommandprotectedstatic
selfAnchoredSubCommandApputils::SubCommandprivate
setConfig(const std::string &defaultConfigFile) constutils::SubCommand
setConfigurable(CLI::Option *option, bool configurable) constutils::SubCommandprotected
setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) constutils::SubCommandprotected
setDisabled(bool disabled=true)net::config::ConfigInstance
setInstanceName(const std::string &instanceName)net::config::ConfigInstance
setLogFile(const std::string &defaultLogFile) constutils::SubCommand
setOnDestroy(const std::function< void(ConfigInstance *)> &onDestroy)net::config::ConfigInstance
setRequireCallback(const std::function< void(void)> &callback)utils::SubCommand
setVersionFlag(const std::string &version) constutils::SubCommand
showConfigOptutils::SubCommandprivate
showConfigTriggerApputils::SubCommandprotectedstatic
SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false)utils::SubCommandprotected
SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false)utils::SubCommandinlineprotected
SubCommand(const SubCommand &)=deleteutils::SubCommand
SubCommand(SubCommand &&)=deleteutils::SubCommand
subCommandApputils::SubCommandprivate
version() constutils::SubCommand
~ConfigInstance() overridenet::config::ConfigInstanceprotected
~SubCommand()utils::SubCommandvirtual