ROOT::TClaObjProxy< T > Class Template Reference

#include <TBranchProxyTemplate.h>

List of all members.

Public Member Functions

 InjecTBranchProxyInterface ()
void Print ()
 TClaObjProxy ()
 TClaObjProxy (TBranchProxyDirector *director, const char *name)
 TClaObjProxy (TBranchProxyDirector *director, const char *top, const char *name)
 TClaObjProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 TClaObjProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 ~TClaObjProxy ()
const TClonesArrayGetPtr ()
Int_t GetEntries ()
const TAt (UInt_t i)
const Toperator[] (Int_t i)
const Toperator[] (UInt_t i)
 InjecTBranchProxyInterface ()
void Print ()
 TClaObjProxy ()
 TClaObjProxy (TBranchProxyDirector *director, const char *name)
 TClaObjProxy (TBranchProxyDirector *director, const char *top, const char *name)
 TClaObjProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 TClaObjProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 ~TClaObjProxy ()
const TClonesArrayGetPtr ()
Int_t GetEntries ()
const TAt (UInt_t i)
const Toperator[] (Int_t i)
const Toperator[] (UInt_t i)

Private Attributes

TClaProxy obj


Detailed Description

template<class T>
class ROOT::TClaObjProxy< T >

Definition at line 67 of file TBranchProxyTemplate.h.


Constructor & Destructor Documentation

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy (  )  [inline]

Definition at line 78 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  name 
) [inline]

Definition at line 79 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
) [inline]

Definition at line 80 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
) [inline]

Definition at line 82 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
TBranchProxy parent,
const char *  name,
const char *  top = 0,
const char *  mid = 0 
) [inline]

Definition at line 84 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::~TClaObjProxy (  )  [inline]

Definition at line 86 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy (  )  [inline]

Definition at line 78 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  name 
) [inline]

Definition at line 79 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name 
) [inline]

Definition at line 80 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
const char *  top,
const char *  name,
const char *  data 
) [inline]

Definition at line 82 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::TClaObjProxy ( TBranchProxyDirector director,
TBranchProxy parent,
const char *  name,
const char *  top = 0,
const char *  mid = 0 
) [inline]

Definition at line 84 of file TBranchProxyTemplate.h.

template<class T>
ROOT::TClaObjProxy< T >::~TClaObjProxy (  )  [inline]

Definition at line 86 of file TBranchProxyTemplate.h.


Member Function Documentation

template<class T>
ROOT::TClaObjProxy< T >::InjecTBranchProxyInterface (  ) 

template<class T>
void ROOT::TClaObjProxy< T >::Print (  )  [inline]

Definition at line 72 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetWhere(), ROOT::TClaObjProxy< T >::obj, and ROOT::TClaProxy::Print().

template<class T>
const TClonesArray* ROOT::TClaObjProxy< T >::GetPtr (  )  [inline]

Definition at line 88 of file TBranchProxyTemplate.h.

References ROOT::TClaProxy::GetPtr(), and ROOT::TClaObjProxy< T >::obj.

template<class T>
Int_t ROOT::TClaObjProxy< T >::GetEntries (  )  [inline]

Definition at line 90 of file TBranchProxyTemplate.h.

References ROOT::TClaProxy::GetEntries(), and ROOT::TClaObjProxy< T >::obj.

template<class T>
const T* ROOT::TClaObjProxy< T >::At ( UInt_t  i  )  [inline]

Definition at line 92 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetClaStart(), ROOT::TBranchProxy::GetWhere(), ROOT::TClaObjProxy< T >::obj, ROOT::TBranchProxy::Read(), and T.

Referenced by ROOT::TClaObjProxy< T >::operator[]().

template<class T>
const T* ROOT::TClaObjProxy< T >::operator[] ( Int_t  i  )  [inline]

Definition at line 102 of file TBranchProxyTemplate.h.

References ROOT::TClaObjProxy< T >::At().

template<class T>
const T* ROOT::TClaObjProxy< T >::operator[] ( UInt_t  i  )  [inline]

Definition at line 103 of file TBranchProxyTemplate.h.

References ROOT::TClaObjProxy< T >::At().

template<class T>
ROOT::TClaObjProxy< T >::InjecTBranchProxyInterface (  ) 

template<class T>
void ROOT::TClaObjProxy< T >::Print ( void   )  [inline]

Definition at line 72 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetWhere(), ROOT::TClaObjProxy< T >::obj, and ROOT::TClaProxy::Print().

template<class T>
const TClonesArray* ROOT::TClaObjProxy< T >::GetPtr (  )  [inline]

Definition at line 88 of file TBranchProxyTemplate.h.

References ROOT::TClaProxy::GetPtr(), and ROOT::TClaObjProxy< T >::obj.

template<class T>
Int_t ROOT::TClaObjProxy< T >::GetEntries (  )  [inline]

Definition at line 90 of file TBranchProxyTemplate.h.

References ROOT::TClaProxy::GetEntries(), and ROOT::TClaObjProxy< T >::obj.

template<class T>
const T* ROOT::TClaObjProxy< T >::At ( UInt_t  i  )  [inline]

Definition at line 92 of file TBranchProxyTemplate.h.

References ROOT::TBranchProxy::GetClaStart(), ROOT::TBranchProxy::GetWhere(), ROOT::TClaObjProxy< T >::obj, ROOT::TBranchProxy::Read(), and T.

template<class T>
const T* ROOT::TClaObjProxy< T >::operator[] ( Int_t  i  )  [inline]

Definition at line 102 of file TBranchProxyTemplate.h.

References ROOT::TClaObjProxy< T >::At().

template<class T>
const T* ROOT::TClaObjProxy< T >::operator[] ( UInt_t  i  )  [inline]

Definition at line 103 of file TBranchProxyTemplate.h.

References ROOT::TClaObjProxy< T >::At().


Member Data Documentation

template<class T>
TClaProxy ROOT::TClaObjProxy< T >::obj [private]

Definition at line 68 of file TBranchProxyTemplate.h.

Referenced by ROOT::TClaObjProxy< T >::At(), ROOT::TClaObjProxy< T >::GetEntries(), ROOT::TClaObjProxy< T >::GetPtr(), and ROOT::TClaObjProxy< T >::Print().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:59:04 2011 for ROOT_528-00b_version by  doxygen 1.5.1