#include <utils/CommandLineParser.hpp>
◆ CommandLineOption() [1/2]
  
  | 
        
          | openfluid::utils::CommandLineOption::CommandLineOption | ( |  | ) |  |  | inline | 
 
 
◆ CommandLineOption() [2/2]
  
  | 
        
          | openfluid::utils::CommandLineOption::CommandLineOption | ( | const std::string & | LongName, |  
          |  |  | const std::string & | ShortName, |  
          |  |  | const std::string & | HelpText, |  
          |  |  | bool | ValueRequired = false |  
          |  | ) |  |  |  | inline | 
 
 
◆ activate()
  
  | 
        
          | void openfluid::utils::CommandLineOption::activate | ( | const std::string & | Value = "" | ) |  |  | inline | 
 
 
◆ getHelpText()
  
  | 
        
          | std::string openfluid::utils::CommandLineOption::getHelpText | ( |  | ) | const |  | inline | 
 
 
◆ getLongName()
  
  | 
        
          | std::string openfluid::utils::CommandLineOption::getLongName | ( |  | ) | const |  | inline | 
 
 
◆ getShortName()
  
  | 
        
          | std::string openfluid::utils::CommandLineOption::getShortName | ( |  | ) | const |  | inline | 
 
 
◆ getValue()
  
  | 
        
          | std::string openfluid::utils::CommandLineOption::getValue | ( |  | ) | const |  | inline | 
 
 
◆ isActive()
  
  | 
        
          | bool openfluid::utils::CommandLineOption::isActive | ( |  | ) | const |  | inline | 
 
 
◆ isValueRequired()
  
  | 
        
          | bool openfluid::utils::CommandLineOption::isValueRequired | ( |  | ) | const |  | inline | 
 
 
◆ reset()
  
  | 
        
          | void openfluid::utils::CommandLineOption::reset | ( |  | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file: