ROOT  6.06/09
Reference Guide
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 73 of file TBranchProxyTemplate.h.

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

Private Attributes

TClaProxy obj
 

#include <TBranchProxyTemplate.h>

+ Collaboration diagram for ROOT::Internal::TClaObjProxy< T >:

Constructor & Destructor Documentation

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

Definition at line 84 of file TBranchProxyTemplate.h.

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

Definition at line 85 of file TBranchProxyTemplate.h.

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

Definition at line 86 of file TBranchProxyTemplate.h.

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

Definition at line 88 of file TBranchProxyTemplate.h.

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 90 of file TBranchProxyTemplate.h.

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

Definition at line 92 of file TBranchProxyTemplate.h.

Member Function Documentation

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

Definition at line 96 of file TBranchProxyTemplate.h.

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

Definition at line 94 of file TBranchProxyTemplate.h.

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

Definition at line 108 of file TBranchProxyTemplate.h.

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

Definition at line 109 of file TBranchProxyTemplate.h.

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

Definition at line 78 of file TBranchProxyTemplate.h.

Member Data Documentation

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

Definition at line 74 of file TBranchProxyTemplate.h.


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