VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
VTFLib Error handling class. More...
#include <Error.h>
Public Member Functions | |
vlVoid | Clear () |
Clear the error message buffer. | |
const vlChar * | Get () const |
Get the error message text. | |
vlVoid | SetFormatted (const vlChar *cFormat,...) VTFLIB_PRINTF(2 |
Set the error message buffer. | |
VTFLib Error handling class.
The Error handling class allows you to aceess a text description for the last error encountered.