Diana Software
Public Member Functions | List of all members
QTObjectHandle< T > Class Template Reference

global handle for generic TObject More...

Inheritance diagram for QTObjectHandle< T >:

Public Member Functions

 QTObjectHandle (const std::string &name)
 
void Set (const T &obj)
 
const T & Get () const
 

Detailed Description

template<class T>
class QTObjectHandle< T >

global handle for generic TObject

Author
Marco Vignati
Examples
GlobalDataManagerExample.C.

Definition at line 14 of file QTObjectHandle.hh.

Constructor & Destructor Documentation

◆ QTObjectHandle()

template<class T >
QTObjectHandle< T >::QTObjectHandle ( const std::string &  name)
inline

Definition at line 17 of file QTObjectHandle.hh.

Member Function Documentation

◆ Get()

template<class T >
const T& QTObjectHandle< T >::Get ( ) const
inline

Definition at line 26 of file QTObjectHandle.hh.

◆ Set()

template<class T >
void QTObjectHandle< T >::Set ( const T &  obj)
inline

Definition at line 21 of file QTObjectHandle.hh.


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