LLVM  8.0.1
Public Member Functions | List of all members
llvm::MSVCPError Class Reference

#include "llvm/Support/MSVCErrorWorkarounds.h"

Inheritance diagram for llvm::MSVCPError:
Inheritance graph
[legend]
Collaboration diagram for llvm::MSVCPError:
Collaboration graph
[legend]

Public Member Functions

 MSVCPError ()
 
 MSVCPError (MSVCPError &&Other)
 
MSVCPErroroperator= (MSVCPError Other)
 
 MSVCPError (Error Err)
 
- Public Member Functions inherited from llvm::Error
 Error (const Error &Other)=delete
 
 Error (Error &&Other)
 Move-construct an error value. More...
 
 Error (std::unique_ptr< ErrorInfoBase > Payload)
 Create an error value. More...
 
Erroroperator= (const Error &Other)=delete
 
Erroroperator= (Error &&Other)
 Move-assign an error value. More...
 
 ~Error ()
 Destroy a Error. More...
 
 operator bool ()
 Bool conversion. More...
 
template<typename ErrT >
bool isA () const
 Check whether one error is a subclass of another. More...
 
const void * dynamicClassID () const
 Returns the dynamic class id of this error, or null if this is a success value. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::Error
static ErrorSuccess success ()
 Create a success value. More...
 
- Protected Member Functions inherited from llvm::Error
 Error ()
 Create a success value. Prefer using 'Error::success()' for readability. More...
 

Detailed Description

Definition at line 28 of file MSVCErrorWorkarounds.h.

Constructor & Destructor Documentation

◆ MSVCPError() [1/3]

llvm::MSVCPError::MSVCPError ( )
inline

Definition at line 30 of file MSVCErrorWorkarounds.h.

◆ MSVCPError() [2/3]

llvm::MSVCPError::MSVCPError ( MSVCPError &&  Other)
inline

Definition at line 32 of file MSVCErrorWorkarounds.h.

References Other.

◆ MSVCPError() [3/3]

llvm::MSVCPError::MSVCPError ( Error  Err)
inline

Definition at line 39 of file MSVCErrorWorkarounds.h.

Member Function Documentation

◆ operator=()

MSVCPError& llvm::MSVCPError::operator= ( MSVCPError  Other)
inline

Definition at line 34 of file MSVCErrorWorkarounds.h.

References llvm::Error::operator=().


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