Previous: dtor operations, Up: dtor [Contents][Index]
The best way to use the dtor trait is through the exception handlers API.
Type of struct usable has clean handler with the facilities of the CCExceptions library.
Type of struct usable has error handler with the facilities of the CCExceptions library.
Initialise the exception handler H to apply the destructor to a struct instance as defined
by I, in the context of the location L.
Initialise the exception handler H to apply the destructor to a struct instance as defined
by I, in the context of the location L.
Initialise the exception handler H to apply the destructor to a struct instance as defined
by I, in the context of the location L. If H is a pointer of type:
ccstructs_clean_handler_tThe macro use expands into a call to ccstructs_init_and_register_clean_handler().
ccstructs_error_handler_tThe macro use expands into a call to ccstructs_init_and_register_error_handler().
Previous: dtor operations, Up: dtor [Contents][Index]
This document describes version 0.3.0-devel.3 of CCStructs.