#include <j2k/Fred/Standard.hpp>
#include <j2k/Fred/Error/JError.hpp>
#include <j2k/Fred/Error/JErrorHandler.inl>
Go to the source code of this file.
Compounds | |
class | JErrorHandler |
Defines | |
#define | MC_JErrorHandlerArg |
Typedefs | |
typedef void(* | JErrorHandlerCallback_t )(JErrorLevel level, JErrorNo no, const char *errmsg, int line, const char *file) |
Functions | |
void | defaultErrorHandler (JErrorLevel level, JErrorNo no, const char *errmsg, int line, const char *file) |
void | cheapError (int line, const char *file, const char *errmsg) |
|
Value: JErrorLevel level, \ JErrorNo no, \ const char* errmsg, \ int line, \ const char* file Definition at line 18 of file JErrorHandler.hpp. |
|
Definition at line 26 of file JErrorHandler.hpp. |
|
|
|