Previous: , Up: handlers init   [Contents][Index]


5.2.5 Built-in handler functions

All the following definitions are accessible from the header file ccexceptions.h.

Function: void cce_default_clean_handler_function (cce_condition_t const * C, cce_clean_handler_t const * H)

Handler function that tests if the handler referenced by H holds a pointer to a destructor function, if it is: just apply the destructor to the pointer; otherwise do nothing.

Function: void cce_default_error_handler_function (cce_condition_t const * C, cce_error_handler_t const * H)

Handler function that tests if the handler referenced by H holds a pointer to a destructor function, if it is: just apply the destructor to the pointer; otherwise do nothing.


Previous: , Up: handlers init   [Contents][Index]

This document describes version 0.9.0-devel.3 of CCExceptions.