| addAlias(std::string newName, std::string oldName) | folly::NestedCommandLineApp | |
| addCommand(std::string name, std::string argStr, std::string shortHelp, std::string fullHelp, Command command) | folly::NestedCommandLineApp | |
| addGFlags(ProgramOptionsStyle style=ProgramOptionsStyle::GNU) | folly::NestedCommandLineApp | inline |
| aliases_ | folly::NestedCommandLineApp | private |
| builtinCommands_ | folly::NestedCommandLineApp | private |
| Command typedef | folly::NestedCommandLineApp | |
| commands_ | folly::NestedCommandLineApp | private |
| displayHelp(const boost::program_options::variables_map &options, const std::vector< std::string > &args) const | folly::NestedCommandLineApp | private |
| displayVersion() const | folly::NestedCommandLineApp | private |
| doRun(const std::vector< std::string > &args) | folly::NestedCommandLineApp | private |
| findCommand(const std::string &name) const | folly::NestedCommandLineApp | private |
| globalOptions() | folly::NestedCommandLineApp | inline |
| globalOptions_ | folly::NestedCommandLineApp | private |
| InitFunction typedef | folly::NestedCommandLineApp | |
| initFunction_ | folly::NestedCommandLineApp | private |
| isBuiltinCommand(const std::string &name) const | folly::NestedCommandLineApp | |
| kHelpCommand | folly::NestedCommandLineApp | static |
| kVersionCommand | folly::NestedCommandLineApp | static |
| NestedCommandLineApp(std::string programName=std::string(), std::string version=std::string(), std::string programHeading=std::string(), std::string programHelpFooter=std::string(), InitFunction initFunction=InitFunction()) | folly::NestedCommandLineApp | explicit |
| programHeading_ | folly::NestedCommandLineApp | private |
| programHelpFooter_ | folly::NestedCommandLineApp | private |
| programName_ | folly::NestedCommandLineApp | private |
| resolveAlias(const std::string &name) const | folly::NestedCommandLineApp | private |
| run(int argc, const char *const argv[]) | folly::NestedCommandLineApp | |
| run(const std::vector< std::string > &args) | folly::NestedCommandLineApp | |
| version_ | folly::NestedCommandLineApp | private |