Next: handlers registering, Previous: handlers typedefs, Up: handlers [Contents][Index]
CCExceptions offers a number of functions to initialise handler instances, but the recommended
API is to use the preprocessor macro cce_init_handler(); this macro uses the dispatching
mechanism provided by _Generic.
| • handlers init macro clean | Initialising clean handlers with generic macros. | |
| • handlers init macro error | Initialising error handlers with generic macros. | |
| • handlers init func clean | Initialising clean handlers with functions. | |
| • handlers init func error | Initialising error handlers with functions. | |
| • handlers init builtin | Built-in handler functions. |
Next: handlers registering, Previous: handlers typedefs, Up: handlers [Contents][Index]
This document describes version 0.9.0-devel.3 of CCExceptions.