IOSS 2.0
Loading...
Searching...
No Matches
Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > Class Template Reference

#include <Ioss_ScopeGuard.h>

Inheritance diagram for Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >:
[legend]
Collaboration diagram for Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >:
[legend]

Public Member Functions

 ~ObjScopeGuardImpl2 ()
void Execute ()
Public Member Functions inherited from Ioss::ScopeGuardImplBase
ScopeGuardImplBaseoperator= (const ScopeGuardImplBase &)=delete
 ScopeGuardImplBase ()=default
void Dismiss () const

Static Public Member Functions

static ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > MakeObjGuard (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 Ioss::ScopeGuardImplBase
 ~ScopeGuardImplBase ()=default
 ScopeGuardImplBase (const ScopeGuardImplBase &other)

Protected Attributes

Obj & obj_
MemFun memFun_
const P1 p1_
const P2 p2_
Protected Attributes inherited from Ioss::ScopeGuardImplBase
bool dismissed_ {false}

Additional Inherited Members

Static Protected Member Functions inherited from Ioss::ScopeGuardImplBase
template<typename J>
static void SafeExecute (J &j)

Constructor & Destructor Documentation

◆ ~ObjScopeGuardImpl2()

template<class Obj, typename MemFun, typename P1, typename P2>
Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::~ObjScopeGuardImpl2 ( )
inline

◆ ObjScopeGuardImpl2()

template<class Obj, typename MemFun, typename P1, typename P2>
Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::ObjScopeGuardImpl2 ( Obj & obj,
MemFun memFun,
P1 p1,
P2 p2 )
inlineprotected

Member Function Documentation

◆ Execute()

template<class Obj, typename MemFun, typename P1, typename P2>
void Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::Execute ( )
inline

◆ MakeObjGuard()

template<class Obj, typename MemFun, typename P1, typename P2>
ObjScopeGuardImpl2< Obj, MemFun, P1, P2 > Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::MakeObjGuard ( Obj & obj,
MemFun memFun,
P1 p1,
P2 p2 )
inlinestatic

Member Data Documentation

◆ memFun_

template<class Obj, typename MemFun, typename P1, typename P2>
MemFun Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::memFun_
protected

◆ obj_

template<class Obj, typename MemFun, typename P1, typename P2>
Obj& Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::obj_
protected

◆ p1_

template<class Obj, typename MemFun, typename P1, typename P2>
const P1 Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::p1_
protected

◆ p2_

template<class Obj, typename MemFun, typename P1, typename P2>
const P2 Ioss::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::p2_
protected

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