#include "exception.h"
Definition at line 80 of file exception.h.
 
◆ Exception() [1/3]
  
  | 
        
          | MR::Exception::Exception | ( |  | ) |  |  | inline | 
 
 
◆ Exception() [2/3]
  
  | 
        
          | MR::Exception::Exception | ( | const std::string & | msg | ) |  |  | inline | 
 
 
◆ Exception() [3/3]
  
  | 
        
          | MR::Exception::Exception | ( | const Exception & | previous_exception, |  
          |  |  | const std::string & | msg |  
          |  | ) |  |  |  | inline | 
 
 
◆ display()
  
  | 
        
          | void MR::Exception::display | ( | int | log_level = 0 | ) | const |  | inline | 
 
 
◆ num()
  
  | 
        
          | size_t MR::Exception::num | ( |  | ) | const |  | inline | 
 
 
◆ operator[]()
  
  | 
        
          | const std::string & MR::Exception::operator[] | ( | size_t | n | ) | const |  | inline | 
 
 
◆ push_back() [1/2]
  
  | 
        
          | void MR::Exception::push_back | ( | const Exception & | e | ) |  |  | inline | 
 
 
◆ push_back() [2/2]
  
  | 
        
          | void MR::Exception::push_back | ( | const std::string & | s | ) |  |  | inline | 
 
 
◆ description
      
        
          | vector<std::string> MR::Exception::description | 
      
 
 
◆ display_func
  
  | 
        
          | void(* MR::Exception::display_func) (const Exception &E, int log_level) |  | static | 
 
 
The documentation for this class was generated from the following file: