addCommand(const CommandLineCommand &Command, CommandLineSection *CommandSection=nullptr) | openfluid::utils::StructuredCommandLineParser | inline |
openfluid::utils::CommandLineParser::addCommand(const CommandLineCommand &Command) | openfluid::utils::CommandLineParser | inline |
addCommandSection(CommandLineSection *CommandSection) | openfluid::utils::StructuredCommandLineParser | inline |
addCommandSections(const std::vector< CommandLineSection * > &CommandSections) | openfluid::utils::StructuredCommandLineParser | inline |
addOption(const CommandLineOption &Option) | openfluid::utils::CommandLineParser | inline |
command(const std::string &Name) const | openfluid::utils::CommandLineParser | inline |
CommandLineParser() | openfluid::utils::CommandLineParser | inline |
CommandLineParser(const std::string &ProgramName, const std::string &HelpText, bool UseCustomOrder=false) | openfluid::utils::CommandLineParser | inline |
displayFormattedData(std::ostream &OutStm, std::string Title, std::string HelpText, int LargestTextLength) | openfluid::utils::CommandLineParser | inlineprotected |
displayOptions(std::ostream &OutStm, CommandLineOption HelpOption, int LargestTextLength) | openfluid::utils::CommandLineParser | inlineprotected |
displayUsageMessage(std::ostream &OutStm) | openfluid::utils::CommandLineParser | inlineprotected |
extraArgs() const | openfluid::utils::CommandLineParser | inline |
getActiveCommand() const | openfluid::utils::CommandLineParser | inline |
getArgsDisplay() | openfluid::utils::CommandLineParser | inlineprotected |
getCustomIndent(int CommandLength, int LargestCommandLength, std::string minimalSpace=" ") | openfluid::utils::CommandLineParser | inlineprotected |
getHelpOption() | openfluid::utils::CommandLineParser | inlineprotected |
getHelpText() const | openfluid::utils::CommandLineParser | inline |
getLargestCommandLength() | openfluid::utils::CommandLineParser | inlineprotected |
getLargestOptionLength() | openfluid::utils::CommandLineParser | inlineprotected |
getParsingMessage() const | openfluid::utils::CommandLineParser | inline |
getProgramName() const | openfluid::utils::CommandLineParser | inline |
isHelpAsked() | openfluid::utils::CommandLineParser | inline |
m_ActiveCommand | openfluid::utils::CommandLineParser | protected |
m_AvailableCommandsText | openfluid::utils::CommandLineParser | protected |
m_Commands | openfluid::utils::CommandLineParser | protected |
m_CommandsOrdered | openfluid::utils::CommandLineParser | protected |
m_HelpText | openfluid::utils::CommandLineParser | protected |
m_ProgramName | openfluid::utils::CommandLineParser | protected |
parse(std::list< std::string > ArgValues) | openfluid::utils::CommandLineParser | inline |
parse(int ArgC, char **ArgV) | openfluid::utils::CommandLineParser | inline |
printHelp(std::ostream &OutStm) | openfluid::utils::StructuredCommandLineParser | inline |
printState(std::ostream &OutStm) | openfluid::utils::CommandLineParser | inline |
reset() | openfluid::utils::CommandLineParser | inline |
StructuredCommandLineParser(const std::string &ProgramName, const std::string &HelpText, const std::vector< CommandLineSection * > &CommandSections) | openfluid::utils::StructuredCommandLineParser | inline |
thirdPartyArgs() const | openfluid::utils::CommandLineParser | inline |