HDK
|
#include <VEX_Error.h>
Public Member Functions | |
const UT_StringArray & | errors () const |
const UT_StringArray & | warnings () const |
Public Member Functions inherited from VEX_ErrorLog | |
VEX_ErrorLog ()=default | |
virtual | ~VEX_ErrorLog () |
void | error (const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
void void | warning (const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
void void void | error (const char *fmt, va_list args) |
void | warning (const char *fmt, va_list args) |
void | mergeFrom (const VEX_ErrorList &list) |
Protected Member Functions | |
void | addError (const char *msg) override |
void | addWarning (const char *msg) override |
Definition at line 56 of file VEX_Error.h.
|
overrideprotectedvirtual |
Implements VEX_ErrorLog.
|
overrideprotectedvirtual |
Implements VEX_ErrorLog.
|
inline |
Definition at line 58 of file VEX_Error.h.
|
inline |
Definition at line 59 of file VEX_Error.h.