SNode.C
Loading...
Searching...
No Matches
subcommand::ConfigWWW Member List

This is the complete list of members for subcommand::ConfigWWW, 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
configToStr() constutils::SubCommand
ConfigWWW(utils::SubCommand *parent)subcommand::ConfigWWW
DESCRIPTIONsubcommand::ConfigWWWstatic
description(const std::string &description)utils::SubCommandprotected
disabled(SubCommand *subCommand, bool disabled=true)utils::SubCommand
finalutils::SubCommandprivate
finalCallback(const std::function< void()> &finalCallback)utils::SubCommand
footer(const std::string &footer)utils::SubCommandprotected
getCommandlineTriggerApp()utils::SubCommandprotectedstatic
getHelpTriggerApp()utils::SubCommandprotectedstatic
getHtmlRoot()subcommand::ConfigWWW
getName() constutils::SubCommand
getOption(const std::string &name) constutils::SubCommand
getParent() constutils::SubCommand
getRequired() constutils::SubCommandinline
getShowConfigTriggerApp()utils::SubCommandprotectedstatic
getSubCommand()utils::SubCommand
getSubCommand() constutils::SubCommand
hasParent() constutils::SubCommand
help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) constutils::SubCommand
helpOptutils::SubCommandprotected
helpTriggerApputils::SubCommandprotectedstatic
htmlRootOptsubcommand::ConfigWWWprivate
initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) constutils::SubCommandprivate
NAMEsubcommand::ConfigWWWstatic
nameutils::SubCommandprivate
needs(SubCommand *subCommand, bool needs=true)utils::SubCommand
newSubCommand(Args &&... args)utils::SubCommand
operator=(const SubCommand &)=deleteutils::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
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
setHtmlRoot(const std::string &htmlRoot)subcommand::ConfigWWW
setLogFile(const std::string &defaultLogFile) constutils::SubCommand
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
~SubCommand()utils::SubCommandvirtual