#include <VEX_Error.h>
Definition at line 23 of file VEX_Error.h.
| VEX_ErrorLog::VEX_ErrorLog |
( |
| ) |
|
|
default |
| virtual VEX_ErrorLog::~VEX_ErrorLog |
( |
| ) |
|
|
inlinevirtual |
| virtual void VEX_ErrorLog::addError |
( |
const char * |
msg | ) |
|
|
protectedpure virtual |
| virtual void VEX_ErrorLog::addWarning |
( |
const char * |
msg | ) |
|
|
protectedpure virtual |
| void VEX_ErrorLog::error |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
| void void void VEX_ErrorLog::error |
( |
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |
| void void VEX_ErrorLog::warning |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
| void VEX_ErrorLog::warning |
( |
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |
The documentation for this class was generated from the following file: