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