libmoost
moost::utils::scope_exit::policy::call_functor Struct Reference

Calls a boost::function0<void> functor. More...

#include <scope_exit.hpp>

Inheritance diagram for moost::utils::scope_exit::policy::call_functor:
Collaboration diagram for moost::utils::scope_exit::policy::call_functor:

List of all members.

Public Types

typedef boost::function0< void > scoped_type
typedef scoped_type policy_type

Public Member Functions

 call_functor (scoped_type const &scoped)
void operator() () const

Detailed Description

Calls a boost::function0<void> functor.

Definition at line 292 of file scope_exit.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 297 of file scope_exit.hpp.


Member Function Documentation

void moost::utils::scope_exit::policy::call_functor::operator() ( void  ) const [inline]

Definition at line 302 of file scope_exit.hpp.


The documentation for this struct was generated from the following file: