libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
CRNAtScopeExit.h File Reference
#include <functional>
+ Include dependency graph for CRNAtScopeExit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crn::Destroyer
 An objects that calls a functor when destroyed. More...
 

Namespaces

 crn
 

Macros

#define AtScopeExit(functor)   crn::Destroyer CRNAtScopeExit_UNIFY_VAR(at_scope_exit)(functor)
 Executes a functor at the end of the scope. More...