#include <sterror.h>
Public Member Functions | |
void | report (const void *obj, int code, const StString &humanReadable="") |
int | getLastCode (const void *obj) |
StString | getLastHumanReadable (const void *obj) |
Private Member Functions | |
__StError () | |
Private Attributes | |
StValueList< Log > | errorLogs |
Friends | |
__StError & | stError () |
Classes | |
struct | Log |
__StError::__StError | ( | ) | [inline, private] |
int __StError::getLastCode | ( | const void * | obj | ) |
StString __StError::getLastHumanReadable | ( | const void * | obj | ) |
void __StError::report | ( | const void * | obj, | |
int | code, | |||
const StString & | humanReadable = "" | |||
) |
__StError& stError | ( | ) | [friend] |
StValueList<Log> __StError::errorLogs [private] |