Next: handlers accessors, Previous: handlers registering, Up: handlers [Contents][Index]
It is possible to initialise an exception handler and register it in the context of a location with
a single step; for this we use the preprocessor macro cce_init_and_register_handler(); this
macro uses the dispatching mechanism provided by _Generic
| • handlers init and reg macro clean | Initialising and registering clean handlers with generic macros. | |
| • handlers init and reg macro error | Initialising and registering error handlers with generic macros. | |
| • handlers init and reg function clean | Initialising and registering clean handlers with functions. | |
| • handlers init and reg function error | Initialising and registering error handlers with functions. |
Next: handlers accessors, Previous: handlers registering, Up: handlers [Contents][Index]
This document describes version 0.9.0-devel.3 of CCExceptions.