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

#include <Error.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Error() [1/5]

gl::Error::Error ( GLenum  errorCode)
inlineexplicit

◆ Error() [2/5]

gl::Error::Error ( GLenum  errorCode,
const char *  msg,
  ... 
)

◆ Error() [3/5]

gl::Error::Error ( GLenum  errorCode,
GLuint  id,
const char *  msg,
  ... 
)

◆ Error() [4/5]

gl::Error::Error ( const Error other)
inline

◆ Error() [5/5]

gl::Error::Error ( Error &&  other)
inline

Member Function Documentation

◆ getCode()

GLenum gl::Error::getCode ( ) const
inline

◆ getID()

GLuint gl::Error::getID ( ) const
inline

◆ getMessage()

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

◆ isError()

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

◆ operator!=()

bool gl::Error::operator!= ( const Error other) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

bool gl::Error::operator== ( const Error other) const

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