blocxx
BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 > Class Template Reference

#include <ScopeGuard.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >:
BLOCXX_NAMESPACE::ScopeGuardImplBase

Public Member Functions

 ~ScopeGuardImpl2 () throw ()
 
void execute ()
 
- Public Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase
 ScopeGuardImplBase () throw ()
 
void dismiss () const throw ()
 

Static Public Member Functions

static ScopeGuardImpl2< F, P1, P2 > makeGuard (F fun, P1 p1, P2 p2)
 

Protected Member Functions

 ScopeGuardImpl2 (F fun, P1 p1, P2 p2)
 
- Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase
 ~ScopeGuardImplBase ()
 
 ScopeGuardImplBase (const ScopeGuardImplBase &other) throw ()
 

Protected Attributes

F m_fun
 
const P1 m_p1
 
const P2 m_p2
 
- Protected Attributes inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase
bool m_dismissed
 

Additional Inherited Members

- Static Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase
template<typename J>
static void safeExecute (J &j) throw ()
 

Detailed Description

template<typename F, typename P1, typename P2>
class BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >

Definition at line 174 of file ScopeGuard.hpp.

Constructor & Destructor Documentation

◆ ~ScopeGuardImpl2()

template<typename F, typename P1, typename P2>
BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::~ScopeGuardImpl2 ( )
throw ( )
inline

◆ ScopeGuardImpl2()

template<typename F, typename P1, typename P2>
BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::ScopeGuardImpl2 ( F fun,
P1 p1,
P2 p2 )
inlineprotected

Definition at line 193 of file ScopeGuard.hpp.

References F, m_fun, m_p1, and m_p2.

Referenced by makeGuard().

Member Function Documentation

◆ execute()

template<typename F, typename P1, typename P2>
void BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::execute ( )
inline

Definition at line 187 of file ScopeGuard.hpp.

References m_fun, m_p1, and m_p2.

◆ makeGuard()

template<typename F, typename P1, typename P2>
static ScopeGuardImpl2< F, P1, P2 > BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::makeGuard ( F fun,
P1 p1,
P2 p2 )
inlinestatic

Definition at line 177 of file ScopeGuard.hpp.

References F, and ScopeGuardImpl2().

Referenced by BLOCXX_NAMESPACE::makeGuard().

Member Data Documentation

◆ m_fun

template<typename F, typename P1, typename P2>
F BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_fun
protected

Definition at line 196 of file ScopeGuard.hpp.

Referenced by execute(), and ScopeGuardImpl2().

◆ m_p1

template<typename F, typename P1, typename P2>
const P1 BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p1
protected

Definition at line 197 of file ScopeGuard.hpp.

Referenced by execute(), and ScopeGuardImpl2().

◆ m_p2

template<typename F, typename P1, typename P2>
const P2 BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::m_p2
protected

Definition at line 198 of file ScopeGuard.hpp.

Referenced by execute(), and ScopeGuardImpl2().


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