Public Member Functions | |
bool | GetErrorLastCallFlag () |
int | GetNumTotalErrors () |
ErrorObj | PopLastError () |
ErrorObj | GetLastError () |
bool | PopErrorAndPrint (FILE *stream) |
void | SilenceErrors () |
void | PrintOnErrors () |
void | AddError (ERROR_CODE code, const string &desc) |
void | NoError () |
virtual void | MessageCallback (const MessageBase *from, const MessageData &data) |
Static Public Member Functions | |
static ErrorMgrSingleton & | getInstance () |
Private Member Functions | |
ErrorMgrSingleton (ErrorMgrSingleton const ©) | |
ErrorMgrSingleton & | operator= (ErrorMgrSingleton const ©) |
Private Attributes | |
bool | m_PrintErrors |
bool | m_ErrorLastCallFlag |
stack< ErrorObj > | m_ErrorStack |
Definition at line 117 of file APIErrorMgr.h.
|
inlinestatic |
Definition at line 382 of file APIErrorMgr.h.
|
private |
Definition at line 391 of file APIErrorMgr.h.
|
private |
Definition at line 392 of file APIErrorMgr.h.
|
private |
Definition at line 390 of file APIErrorMgr.h.