Next: , Previous: , Up: Top   [Contents][Index]


5 Exception handlers

Using the facilities of the library CCExceptions, it is possible to automatically release allocated memory when exiting a location.

Struct Typedef: ccmem_clean_handler_t

Type of clean exception handler that can release memory managed by a generic allocator.

Struct Typedef: ccmem_error_handler_t

Type of error exception handler that can release memory managed by a generic allocator.


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 0.2.2-devel.3 of CCMemory.