Next: handlers accessors destructor, Up: handlers accessors [Contents][Index]
Every handler instance holds pointer to the manage resource. The following accessor functions allow us to retrieve such a pointer.
All the following definitions are accessible from the header file ccexceptions.h.
Return the pointer to resource stored in the given handler.
Generic macro using _Generic to dispatch its expansion depending on the type of the argument
H. If the type of structure referenced by H is:
cce_clean_handler_tcce_clean_handler_tExpand into a call to cce_clean_handler_resource_pointer().
cce_error_handler_tExpand into a call to cce_error_handler_resource_pointer().
Next: handlers accessors destructor, Up: handlers accessors [Contents][Index]
This document describes version 0.9.0-devel.3 of CCExceptions.