#include <Errors.h>
Public Member Functions | |
ECode () | |
ECode (sint32 _e) | |
bool | failed () const |
bool | succeded () const |
ECode & | operator= (sint32 &_e) |
ECode & | operator= (ECode &_e) |
bool | operator!= (sint32 &_e) |
bool | operator== (sint32 &_e) |
Public Attributes | |
sint32 | error |
Friends | |
bool | operator!= (sint32 &_e, ECode &_e2) |
bool | operator== (sint32 &_e, ECode &_e2) |
Definition at line 30 of file Errors.h.
bool ECode::failed | ( | ) | const [inline] |
Definition at line 37 of file Errors.h.
References error.
Referenced by BaseSoftRenderSurface::BeginPainting(), and BaseSoftRenderSurface::EndPainting().
bool ECode::operator!= | ( | sint32 & | _e | ) | [inline] |
bool ECode::operator== | ( | sint32 & | _e | ) | [inline] |
Definition at line 32 of file Errors.h.
Referenced by failed(), operator!=(), operator=(), operator==(), and succeded().