libmoost
moost::utils::scope_exit::policy::policy_base< scopedT > Struct Template Reference

The base for all policies. Models common concept interface. More...

#include <scope_exit.hpp>

Inheritance diagram for moost::utils::scope_exit::policy::policy_base< scopedT >:
Collaboration diagram for moost::utils::scope_exit::policy::policy_base< scopedT >:

List of all members.

Public Types

typedef scopedT scoped_type

Public Member Functions

 policy_base (scoped_type const &scoped)

Protected Attributes

scoped_type scoped_

Detailed Description

template<typename scopedT>
struct moost::utils::scope_exit::policy::policy_base< scopedT >

The base for all policies. Models common concept interface.

Definition at line 57 of file scope_exit.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation

template<typename scopedT>
moost::utils::scope_exit::policy::policy_base< scopedT >::policy_base ( scoped_type const &  scoped) [inline, explicit]

Definition at line 61 of file scope_exit.hpp.


Member Data Documentation

template<typename scopedT>
scoped_type moost::utils::scope_exit::policy::policy_base< scopedT >::scoped_ [protected]

Definition at line 65 of file scope_exit.hpp.


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