| addCommand(const CommandLineCommand &Command) | openfluid::utils::CommandLineParser | 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::CommandLineParser | inline |
| printState(std::ostream &OutStm) | openfluid::utils::CommandLineParser | inline |
| reset() | openfluid::utils::CommandLineParser | inline |
| thirdPartyArgs() const | openfluid::utils::CommandLineParser | inline |