senf::ScopeExit Class Reference

#include <senf/Utils/ScopeExit.hh>

Inheritance diagram for senf::ScopeExit:

Public Types

typedef boost::function< void()> Function
 

Public Member Functions

 ScopeExit (Function const &fn)
 
 ~ScopeExit ()
 

Detailed Description

Definition at line 29 of file ScopeExit.hh.

Member Typedef Documentation

◆ Function

typedef boost::function<void ()> senf::ScopeExit::Function

Definition at line 32 of file ScopeExit.hh.

Constructor & Destructor Documentation

◆ ScopeExit()

senf::ScopeExit::ScopeExit ( Function const &  fn)
explicit

◆ ~ScopeExit()

senf::ScopeExit::~ScopeExit ( )

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