![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
Functionality for user-defined error handlers. More...
#include "error.h"
Go to the source code of this file.
Typedefs | |
typedef void *(* | ghost_errorhandler )(void *error) |
Functions | |
ghost_errorhandler | ghost_errorhandler_get (ghost_error e) |
Get the handler of a given GHOST error. More... | |
ghost_error | ghost_errorhandler_set (ghost_error e, ghost_errorhandler h) |
Get the handler of a given GHOST error. More... | |
Functionality for user-defined error handlers.
typedef void*(* ghost_errorhandler)(void *error) |
ghost_errorhandler ghost_errorhandler_get | ( | ghost_error | e | ) |
Get the handler of a given GHOST error.
e | The error. |
ghost_error ghost_errorhandler_set | ( | ghost_error | e, |
ghost_errorhandler | h | ||
) |
Get the handler of a given GHOST error.
e | The error. |
h | The handler. |