Base class for errors originating when parsing raw PDB files
Synopsis
Declared in <llvm/Support/BinaryStreamError.h>
class BinaryStreamError
: public ErrorInfo<BinaryStreamError>
Base Classes
Name |
Description |
Base class for user error types. Users should declare their error types like: |
Member Functions
Name |
Description |
|
Constructors |
|
Convert this error to a std::error_code. |
Return the stream_error_code associated with this error. |
|
Return the human‐readable message for this error. |
|
|
Print this error's message to an output stream. |
Static Member Functions
Name |
Description |
Return the RTTI class identifier for |
Static Data Members
Name |
Description |
RTTI identifier used by ErrorInfo::classID. |