blocxx
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > Class Template Reference

#include <ScopeGuard.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >:
BLOCXX_NAMESPACE::ScopeGuardImplBase

Public Member Functions

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

Static Public Member Functions

static ObjScopeGuardImpl2< Obj, MemFun, P1, P2makeObjGuard (Obj &obj, MemFun memFun, P1 p1, P2 p2)
 

Protected Member Functions

 ObjScopeGuardImpl2 (Obj &obj, MemFun memFun, P1 p1, P2 p2)
 
- Protected Member Functions inherited from BLOCXX_NAMESPACE::ScopeGuardImplBase
 ~ScopeGuardImplBase ()
 
 ScopeGuardImplBase (const ScopeGuardImplBase &other) throw ()
 

Protected Attributes

Objm_obj
 
MemFun m_memFun
 
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<class Obj, typename MemFun, typename P1, typename P2>
class BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >

Definition at line 336 of file ScopeGuard.hpp.

Constructor & Destructor Documentation

◆ ~ObjScopeGuardImpl2()

◆ ObjScopeGuardImpl2()

BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::ObjScopeGuardImpl2 ( Obj & obj,
MemFun memFun,
P1 p1,
P2 p2 )
inlineprotected

Definition at line 355 of file ScopeGuard.hpp.

Member Function Documentation

◆ execute()

◆ makeObjGuard()

static ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::makeObjGuard ( Obj & obj,
MemFun memFun,
P1 p1,
P2 p2 )
inlinestatic

Definition at line 339 of file ScopeGuard.hpp.

References BLOCXX_NAMESPACE::operator==().

Referenced by BLOCXX_NAMESPACE::makeObjGuard().

Member Data Documentation

◆ m_memFun

◆ m_obj

◆ m_p1

◆ m_p2


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