#include <Error.h>
Public Member Functions | |
| CError () | |
| ~CError () | |
| vlVoid | Clear () |
| Clear the error message buffer. | |
| const vlChar * | Get () const |
| Get the error message text. | |
| vlVoid | SetFormatted (const vlChar *cFormat,...) |
| Set the error message buffer. | |
| vlVoid | Set (const vlChar *cErrorMessage, vlBool bSystemError=vlFalse) |
Private Attributes | |
| vlChar * | cErrorMessage |
The Error handling class allows you to aceess a text description for the last error encountered.
| CError::CError | ( | ) |
| CError::~CError | ( | ) |
| vlVoid CError::Clear | ( | ) |
Clear the error message buffer.
| const vlChar * CError::Get | ( | ) | const |
Get the error message text.
vlChar* VTFLib::Diagnostics::CError::cErrorMessage [private] |
1.5.4