C++ Math Library Reference | ![]() ![]() |
Return a pointer to the current error handler
C++ Prototype
mwErrorFunc mwGetErrorMsgHandler(void);
Description
mwGetErrorMsgHandler returns a pointer to the function specified in the most recent call to mwSetErrorMsgHandler()
or to the default error handler, if you haven't specified an error handler. The definition of mwErrorFunc
:
typedef void (*
mwErrorFunc)(const char *, mwBool);
See Also
mwDisplayException
, mwGetExceptionMsgHandler
, mwSetErrorMsgHandler
, mwSetExceptionMsgHandler
![]() | mwDisplayException | mwGetExceptionMsgHandler | ![]() |