#include "UT_API.h"#include "UT_Error.h"#include "UT_PtrArray.h"#include <fstream.h>Go to the source code of this file.
Classes | |
| class | UT_ErrorManager |
Typedefs | |
| typedef UT_PtrArray< UT_Error * > | UT_ErrorList |
Functions | |
| UT_API UT_ErrorManager * | UTgetErrorManager () |
| UT_API UT_ErrorManager * | UTgetErrorManager (int thraed) |
| UT_API void | UTpushErrorManager () |
| UT_API void | UTpushErrorManager (int thread) |
| UT_API void | UTpopErrorManager () |
| UT_API void | UTpopErrorManager (int thread) |
| UT_API UT_ErrorSeverity | UTaddWarning (const char *type, int code, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddPrompt (const char *type, int code, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddMessage (const char *type, int code, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddError (const char *type, int code, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddFatal (const char *type, int code, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddSystemError (const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddCommonWarning (UT_CommonErrorCode what, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddCommonError (UT_CommonErrorCode what, const char *msg=0) |
| UT_API UT_ErrorSeverity | UTaddError (UT_Error *error) |
| UT_API int | UTfindError (const char *type, int code) |
| UT_API UT_ErrorSeverity | UTgetErrorSeverity () |
| UT_API int | UTcheckOutStream (ostream &os, const char *m, const char *path=0) |
| typedef UT_PtrArray<UT_Error *> UT_ErrorList |
Definition at line 31 of file UT_ErrorManager.h.
| UT_API UT_ErrorSeverity UTaddCommonError | ( | UT_CommonErrorCode | what, | |
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddCommonWarning | ( | UT_CommonErrorCode | what, | |
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddError | ( | UT_Error * | error | ) |
| UT_API UT_ErrorSeverity UTaddError | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddFatal | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddMessage | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddPrompt | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) |
| UT_API UT_ErrorSeverity UTaddSystemError | ( | const char * | msg = 0 |
) |
| UT_API UT_ErrorSeverity UTaddWarning | ( | const char * | type, | |
| int | code, | |||
| const char * | msg = 0 | |||
| ) |
| UT_API int UTcheckOutStream | ( | ostream & | os, | |
| const char * | m, | |||
| const char * | path = 0 | |||
| ) |
| UT_API int UTfindError | ( | const char * | type, | |
| int | code | |||
| ) |
| UT_API UT_ErrorManager* UTgetErrorManager | ( | int | thraed | ) |
| UT_API UT_ErrorManager* UTgetErrorManager | ( | ) |
| UT_API UT_ErrorSeverity UTgetErrorSeverity | ( | ) |
| UT_API void UTpopErrorManager | ( | int | thread | ) |
| UT_API void UTpopErrorManager | ( | ) |
| UT_API void UTpushErrorManager | ( | int | thread | ) |
| UT_API void UTpushErrorManager | ( | ) |
1.5.9