ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
Rgl::TTwoArgsGuard< Func, Arg1, Arg2 > Class Template Reference

template<class Func, class Arg1, class Arg2>
class Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >

Definition at line 1309 of file TGLUtil.h.

Public Member Functions

 TTwoArgsGuard (Func f, Arg1 a1, Arg2 a2)
 
 ~TTwoArgsGuard ()
 
- Public Member Functions inherited from Rgl::TGuardBase
void Stop () const
 

Private Attributes

Func fFunc
 
Arg1 fArg1
 
Arg2 fArg2
 

Additional Inherited Members

- Protected Member Functions inherited from Rgl::TGuardBase
 TGuardBase ()
 
 TGuardBase (const TGuardBase &rhs)
 
Bool_t IsActive () const
 

#include <TGLUtil.h>

+ Inheritance diagram for Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >:
+ Collaboration diagram for Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >:

Constructor & Destructor Documentation

template<class Func, class Arg1, class Arg2>
Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::TTwoArgsGuard ( Func  f,
Arg1  a1,
Arg2  a2 
)
inline

Definition at line 1316 of file TGLUtil.h.

template<class Func, class Arg1, class Arg2>
Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::~TTwoArgsGuard ( )
inline

Definition at line 1320 of file TGLUtil.h.

Member Data Documentation

template<class Func, class Arg1, class Arg2>
Arg1 Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::fArg1
private

Definition at line 1312 of file TGLUtil.h.

template<class Func, class Arg1, class Arg2>
Arg2 Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::fArg2
private

Definition at line 1313 of file TGLUtil.h.

template<class Func, class Arg1, class Arg2>
Func Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::fFunc
private

Definition at line 1311 of file TGLUtil.h.

Referenced by Rgl::TTwoArgsGuard< Func, Arg1, Arg2 >::~TTwoArgsGuard().


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