#include <utils/CommandLineParser.hpp>
◆ CommandLineParser() [1/2]
  
  | 
        
          | openfluid::utils::CommandLineParser::CommandLineParser | ( |  | ) |  |  | inline | 
 
 
◆ CommandLineParser() [2/2]
  
  | 
        
          | openfluid::utils::CommandLineParser::CommandLineParser | ( | const std::string & | ProgramName, |  
          |  |  | const std::string & | HelpText |  
          |  | ) |  |  |  | inline | 
 
 
◆ addCommand()
  
  | 
        
          | void openfluid::utils::CommandLineParser::addCommand | ( | const CommandLineCommand & | Command | ) |  |  | inline | 
 
 
◆ addOption()
  
  | 
        
          | void openfluid::utils::CommandLineParser::addOption | ( | const CommandLineOption & | Option | ) |  |  | inline | 
 
 
◆ command()
  
  | 
        
          | const CommandLineCommand& openfluid::utils::CommandLineParser::command | ( | const std::string & | Name | ) | const |  | inline | 
 
 
◆ extraArgs()
  
  | 
        
          | const std::vector<std::string>& openfluid::utils::CommandLineParser::extraArgs | ( |  | ) | const |  | inline | 
 
 
◆ getActiveCommand()
  
  | 
        
          | std::string openfluid::utils::CommandLineParser::getActiveCommand | ( |  | ) | const |  | inline | 
 
 
◆ getHelpText()
  
  | 
        
          | std::string openfluid::utils::CommandLineParser::getHelpText | ( |  | ) | const |  | inline | 
 
 
◆ getParsingMessage()
  
  | 
        
          | std::string openfluid::utils::CommandLineParser::getParsingMessage | ( |  | ) | const |  | inline | 
 
 
◆ getProgramName()
  
  | 
        
          | std::string openfluid::utils::CommandLineParser::getProgramName | ( |  | ) | const |  | inline | 
 
 
◆ isHelpAsked()
  
  | 
        
          | bool openfluid::utils::CommandLineParser::isHelpAsked | ( |  | ) |  |  | inline | 
 
 
◆ parse() [1/2]
  
  | 
        
          | bool openfluid::utils::CommandLineParser::parse | ( | std::list< std::string > | ArgValues | ) |  |  | inline | 
 
 
◆ parse() [2/2]
  
  | 
        
          | bool openfluid::utils::CommandLineParser::parse | ( | int | ArgC, |  
          |  |  | char ** | ArgV |  
          |  | ) |  |  |  | inline | 
 
 
◆ printHelp()
  
  | 
        
          | void openfluid::utils::CommandLineParser::printHelp | ( | std::ostream & | OutStm | ) |  |  | inline | 
 
 
◆ printState()
  
  | 
        
          | void openfluid::utils::CommandLineParser::printState | ( | std::ostream & | OutStm | ) |  |  | inline | 
 
 
◆ reset()
  
  | 
        
          | void openfluid::utils::CommandLineParser::reset | ( |  | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file: