Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Internal::TClaObjProxy< T > Class Template Reference

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

Definition at line 71 of file TBranchProxyTemplate.h.

Public Member Functions

 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, Detail::TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TClaObjProxy ()
 
const T * At (UInt_t i)
 
Int_t GetEntries ()
 
const TClonesArrayGetPtr ()
 
 InjecTBranchProxyInterface ()
 
const T * operator[] (Int_t i)
 
const T * operator[] (UInt_t i)
 
void Print ()
 

Private Attributes

TClaProxy obj
 

#include <TBranchProxyTemplate.h>

Constructor & Destructor Documentation

◆ TClaObjProxy() [1/5]

template<class T >
ROOT::Internal::TClaObjProxy< T >::TClaObjProxy ( )
inline

Definition at line 82 of file TBranchProxyTemplate.h.

◆ TClaObjProxy() [2/5]

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

Definition at line 83 of file TBranchProxyTemplate.h.

◆ TClaObjProxy() [3/5]

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

Definition at line 84 of file TBranchProxyTemplate.h.

◆ TClaObjProxy() [4/5]

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

Definition at line 86 of file TBranchProxyTemplate.h.

◆ TClaObjProxy() [5/5]

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

Definition at line 88 of file TBranchProxyTemplate.h.

◆ ~TClaObjProxy()

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

Definition at line 90 of file TBranchProxyTemplate.h.

Member Function Documentation

◆ At()

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

Definition at line 96 of file TBranchProxyTemplate.h.

◆ GetEntries()

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

Definition at line 94 of file TBranchProxyTemplate.h.

◆ GetPtr()

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

Definition at line 92 of file TBranchProxyTemplate.h.

◆ InjecTBranchProxyInterface()

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

◆ operator[]() [1/2]

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

Definition at line 106 of file TBranchProxyTemplate.h.

◆ operator[]() [2/2]

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

Definition at line 107 of file TBranchProxyTemplate.h.

◆ Print()

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

Definition at line 76 of file TBranchProxyTemplate.h.

Member Data Documentation

◆ obj

template<class T >
TClaProxy ROOT::Internal::TClaObjProxy< T >::obj
private

Definition at line 72 of file TBranchProxyTemplate.h.


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