Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
Rgl::TOneArgGuard< Func, Arg > Class Template Reference

template<class Func, class Arg>
class Rgl::TOneArgGuard< Func, Arg >

Definition at line 1288 of file TGLUtil.h.

Public Member Functions

 TOneArgGuard (Func f, Arg a)
 
 ~TOneArgGuard ()
 
- Public Member Functions inherited from Rgl::TGuardBase
void Stop () const
 

Private Attributes

Arg fArg
 
Func fFunc
 

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::TOneArgGuard< Func, Arg >:
[legend]

Constructor & Destructor Documentation

◆ TOneArgGuard()

template<class Func, class Arg>
Rgl::TOneArgGuard< Func, Arg >::TOneArgGuard ( Func  f,
Arg  a 
)
inline

Definition at line 1293 of file TGLUtil.h.

◆ ~TOneArgGuard()

template<class Func, class Arg>
Rgl::TOneArgGuard< Func, Arg >::~TOneArgGuard ( )
inline

Definition at line 1297 of file TGLUtil.h.

Member Data Documentation

◆ fArg

template<class Func, class Arg>
Arg Rgl::TOneArgGuard< Func, Arg >::fArg
private

Definition at line 1291 of file TGLUtil.h.

◆ fFunc

template<class Func, class Arg>
Func Rgl::TOneArgGuard< Func, Arg >::fFunc
private

Definition at line 1290 of file TGLUtil.h.

Libraries for Rgl::TOneArgGuard< Func, Arg >:
[legend]

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