#include <SBError.h>
| 
Protected Member Functions | 
| lldb_private::Error * | get () | 
| lldb_private::Error * | operator-> () | 
| const lldb_private::Error & | operator* () const | 
| lldb_private::Error & | ref () | 
| void | SetError (const lldb_private::Error &lldb_error) | 
Detailed Description
Definition at line 17 of file SBError.h.
 Constructor & Destructor Documentation
      
        
          | lldb::SBError::SBError | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBError::~SBError | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void lldb::SBError::Clear | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBError::Fail | ( |  | ) | const | 
      
 
 
  
  | 
        
          | lldb_private::Error* lldb::SBError::get | ( |  | ) |  |  | protected | 
 
 
      
        
          | const char* lldb::SBError::GetCString | ( |  | ) | const | 
      
 
 
      
        
          | uint32_t lldb::SBError::GetError | ( |  | ) | const | 
      
 
 
      
        
          | lldb::ErrorType lldb::SBError::GetType | ( |  | ) | const | 
      
 
 
      
        
          | int bool lldb::SBError::IsValid | ( |  | ) | const | 
      
 
 
  
  | 
        
          | const lldb_private::Error& lldb::SBError::operator* | ( |  | ) | const |  | protected | 
 
 
  
  | 
        
          | lldb_private::Error* lldb::SBError::operator-> | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | lldb_private::Error& lldb::SBError::ref | ( |  | ) |  |  | protected | 
 
 
      
        
          | void lldb::SBError::SetError | ( | uint32_t | err, | 
        
          |  |  | lldb::ErrorType | type | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void lldb::SBError::SetError | ( | const lldb_private::Error & | lldb_error | ) |  |  | protected | 
 
 
      
        
          | void lldb::SBError::SetErrorString | ( | const char * | err_str | ) |  | 
      
 
 
      
        
          | int lldb::SBError::SetErrorStringWithFormat | ( | const char * | format, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void lldb::SBError::SetErrorToErrno | ( |  | ) |  | 
      
 
 
      
        
          | void lldb::SBError::SetErrorToGenericError | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBError::Success | ( |  | ) | const | 
      
 
 
Friends And Related Function Documentation
The documentation for this class was generated from the following file: