#include <error.h>
Public Member Functions | |
| error_instance () | |
| error_instance (const error_instance &a_e) | |
| error_instance (const std::string a_what, const std::string a_file, const uint16 a_line) | |
| void | clear (void) | 
| void | set (void) | 
| void | set (const error_instance &a_e) | 
| void | set (const std::string a_what, const std::string a_file, const uint16 a_line) | 
| const std::string | what (void) const | 
| const std::string | file (void) const | 
| const uint16 | line (void) const | 
| error_instance & | operator= (const error_instance &a_e) | 
Private Attributes | |
| std::string | m_what | 
| std::string | m_file | 
| uint16 | m_line | 
Definition at line 17 of file error.h.
      
  | 
  
| 
 
 Definition at line 29 of file error.cc. References clear().  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 
 Definition at line 34 of file error.cc. References set().  | 
  
Here is the call graph for this function:

      
  | 
  ||||||||||||||||
| 
 
 Definition at line 39 of file error.cc. References set().  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 
 Definition at line 58 of file error.cc. References internal_TRY_nomem, m_file, m_line, and m_what. Referenced by error_instance(), and set().  | 
  
      
  | 
  
| 
 
 Definition at line 116 of file error.cc. References m_file.  | 
  
      
  | 
  
| 
 
 Definition at line 121 of file error.cc. References m_line.  | 
  
      
  | 
  
| 
 
 Definition at line 126 of file error.cc. References set().  | 
  
Here is the call graph for this function:

      
  | 
  ||||||||||||||||
| 
 
 Definition at line 73 of file error.cc. References clear(), internal_TRY_nomem, m_file, m_line, and m_what.  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 
 Definition at line 92 of file error.cc. References clear(), file(), internal_TRY_nomem, line(), m_file, m_line, m_what, and what().  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 
 Definition at line 68 of file error.cc. References clear(). Referenced by error_instance(), and operator=().  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 
 Definition at line 104 of file error.cc. References m_what.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
 
1.3.6