Next: handlers init builtin, Previous: handlers init func clean, Up: handlers init [Contents][Index]
All the following definitions are accessible from the header file ccexceptions.h.
Initialise the error handler referenced by H with the given handler function and resource
pointer; the argument RESOURCE_POINTER can be NULL.
Upon exiting the associated location context: the handler might finalise the resource referenced by RESOURCE_POINTER, but it can also perform some unrelated operations.
Initialise the error handler referenced by H with the given handler function, resource pointer
and resource destructor; the arguments RESOURCE_POINTER and RESOURCE_DESTRUCTOR can be
NULL.
Upon exiting the associated location context: the handler might finalise the resource referenced by RESOURCE_POINTER using the destructor function referenced by RESOURCE_DESTRUCTOR, but it can also perform some unrelated operations.
Next: handlers init builtin, Previous: handlers init func clean, Up: handlers init [Contents][Index]
This document describes version 0.9.0-devel.3 of CCExceptions.