LLVM  4.0.0
Public Member Functions | Static Public Attributes | List of all members
llvm::pdb::RawError Class Reference

Base class for errors originating when parsing raw PDB files. More...

#include <RawError.h>

Inheritance diagram for llvm::pdb::RawError:
[legend]
Collaboration diagram for llvm::pdb::RawError:
[legend]

Public Member Functions

 RawError (raw_error_code C)
 
 RawError (const std::string &Context)
 
 RawError (raw_error_code C, const std::string &Context)
 
void log (raw_ostream &OS) const override
 Print an error message to an output stream. More...
 
const std::string & getErrorMessage () const
 
std::error_code convertToErrorCode () const override
 Convert this error to a std::error_code. More...
 
- Public Member Functions inherited from llvm::ErrorInfo< RawError >
bool isA (const void *const ClassID) const override
 
- Public Member Functions inherited from llvm::ErrorInfoBase
virtual ~ErrorInfoBase ()=default
 
virtual std::string message () const
 Return the error message as a string. More...
 
template<typename ErrorInfoT >
bool isA () const
 

Static Public Attributes

static char ID = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::ErrorInfo< RawError >
static const void * classID ()
 
- Static Public Member Functions inherited from llvm::ErrorInfoBase
static const void * classID ()
 

Detailed Description

Base class for errors originating when parsing raw PDB files.

Definition at line 35 of file RawError.h.

Constructor & Destructor Documentation

RawError::RawError ( raw_error_code  C)

Definition at line 53 of file RawError.cpp.

RawError::RawError ( const std::string &  Context)

Definition at line 55 of file RawError.cpp.

RawError::RawError ( raw_error_code  C,
const std::string &  Context 
)

Definition at line 58 of file RawError.cpp.

References convertToErrorCode(), and llvm::pdb::unspecified.

Member Function Documentation

std::error_code RawError::convertToErrorCode ( ) const
overridevirtual

Convert this error to a std::error_code.

This is a temporary crutch to enable interaction with code still using std::error_code. It will be removed in the future.

Implements llvm::ErrorInfoBase.

Definition at line 71 of file RawError.cpp.

References Category.

Referenced by RawError().

const std::string & RawError::getErrorMessage ( ) const

Definition at line 69 of file RawError.cpp.

void RawError::log ( raw_ostream OS) const
overridevirtual

Print an error message to an output stream.

Implements llvm::ErrorInfoBase.

Definition at line 67 of file RawError.cpp.

Member Data Documentation

char RawError::ID = 0
static

Definition at line 37 of file RawError.h.


The documentation for this class was generated from the following files: