webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
egl::Error Class Referencefinal

#include <Error.h>

Public Member Functions

 Error (EGLint errorCode)
 
 Error (EGLint errorCode, const char *msg,...)
 
 Error (EGLint errorCode, EGLint id, const char *msg,...)
 
 Error (const Error &other)
 
 Error (Error &&other)
 
Erroroperator= (const Error &other)
 
Erroroperator= (Error &&other)
 
EGLint getCode () const
 
EGLint getID () const
 
bool isError () const
 
const std::stringgetMessage () const
 

Constructor & Destructor Documentation

◆ Error() [1/5]

egl::Error::Error ( EGLint  errorCode)
inlineexplicit

◆ Error() [2/5]

egl::Error::Error ( EGLint  errorCode,
const char *  msg,
  ... 
)

◆ Error() [3/5]

egl::Error::Error ( EGLint  errorCode,
EGLint  id,
const char *  msg,
  ... 
)

◆ Error() [4/5]

egl::Error::Error ( const Error other)
inline

◆ Error() [5/5]

egl::Error::Error ( Error &&  other)
inline

Member Function Documentation

◆ getCode()

EGLint egl::Error::getCode ( ) const
inline

◆ getID()

EGLint egl::Error::getID ( ) const
inline

◆ getMessage()

const std::string & egl::Error::getMessage ( ) const

◆ isError()

bool egl::Error::isError ( ) const
inline

◆ operator=() [1/2]

Error & egl::Error::operator= ( const Error other)
inline

◆ operator=() [2/2]

Error & egl::Error::operator= ( Error &&  other)
inline

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