#include <Core/Options.h>
|  | 
| template<typename T > | 
| static boost::program_options::typed_value
 < T > *
 | value (T *v, T dvalue) | 
|  | 
      
        
          | uLib::Options::Options | ( | const char * | str = "Program options" | ) |  | 
      
 
 
  
  | 
        
          | initType uLib::Options::add_config_options | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | void uLib::Options::add_positional_option | ( | const char * | name, |  
          |  |  | int | max_count |  
          |  | ) |  |  |  | inline | 
 
 
      
        
          | bool uLib::Options::count | ( | const char * | str | ) | const | 
      
 
 
      
        
          | void uLib::Options::parse_command_line | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void uLib::Options::parse_config_file | ( | std::string & | str | ) |  | 
      
 
 
      
        
          | void uLib::Options::parse_config_file | ( | const char * | fname | ) |  | 
      
 
 
template<typename T > 
  
  | 
        
          | static boost::program_options::typed_value<T>* uLib::Options::value | ( | T * | v, |  
          |  |  | T | dvalue |  
          |  | ) |  |  |  | inlinestatic | 
 
 
The documentation for this class was generated from the following file: