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

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

Definition at line 653 of file TBranchProxy.h.

Public Types

typedef T::array_t array_t
 
typedef T::type_t type_t
 

Public Member Functions

 TClaArrayProxy ()
 
 TClaArrayProxy (TBranchProxyDirector *director, const char *name)
 
 TClaArrayProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TClaArrayProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TClaArrayProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TClaArrayProxy ()
 
array_tAt (UInt_t i)
 
array_toperator[] (Int_t i)
 
array_toperator[] (UInt_t i)
 
void Print ()
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
virtual ~TBranchProxy ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
virtual voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
Int_t GetOffset ()
 
TBranchProxyGetProxy ()
 
virtual voidGetStart (UInt_t=0)
 
virtual voidGetStlStart (UInt_t i=0)
 
voidGetWhere () const
 
Bool_t IsaPointer () const
 
Bool_t IsInitialized ()
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
void Reset ()
 
Bool_t Setup ()
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
TBranchfBranch
 
TBranchfBranchCount
 
const TString fBranchName
 
TClassfClass
 
TString fClassName
 
TVirtualCollectionProxyfCollection
 
Int_t fCurrentTreeNumber
 
const TString fDataMember
 
Internal::TBranchProxyDirectorfDirector
 
TStreamerElementfElement
 
Bool_t fInitialized
 
Bool_t fIsaPointer
 
Bool_t fIsClone
 
const Bool_t fIsMember
 
TTreefLastTree
 
Int_t fMemberOffset
 
Int_t fOffset
 
TBranchProxyfParent
 
Long64_t fRead
 
voidfWhere
 

#include <TBranchProxy.h>

Inheritance diagram for ROOT::Internal::TClaArrayProxy< T >:
[legend]

Member Typedef Documentation

◆ array_t

template<class T >
typedef T::array_t ROOT::Internal::TClaArrayProxy< T >::array_t

Definition at line 655 of file TBranchProxy.h.

◆ type_t

template<class T >
typedef T::type_t ROOT::Internal::TClaArrayProxy< T >::type_t

Definition at line 656 of file TBranchProxy.h.

Constructor & Destructor Documentation

◆ TClaArrayProxy() [1/5]

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

Definition at line 664 of file TBranchProxy.h.

◆ TClaArrayProxy() [2/5]

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

Definition at line 665 of file TBranchProxy.h.

◆ TClaArrayProxy() [3/5]

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

Definition at line 666 of file TBranchProxy.h.

◆ TClaArrayProxy() [4/5]

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

Definition at line 668 of file TBranchProxy.h.

◆ TClaArrayProxy() [5/5]

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

Definition at line 670 of file TBranchProxy.h.

◆ ~TClaArrayProxy()

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

Definition at line 672 of file TBranchProxy.h.

Member Function Documentation

◆ At()

template<class T >
array_t* ROOT::Internal::TClaArrayProxy< T >::At ( UInt_t  i)
inline

Definition at line 674 of file TBranchProxy.h.

◆ operator[]() [1/2]

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

Definition at line 682 of file TBranchProxy.h.

◆ operator[]() [2/2]

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

Definition at line 683 of file TBranchProxy.h.

◆ Print()

template<class T >
void ROOT::Internal::TClaArrayProxy< T >::Print ( void  )
inlinevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 658 of file TBranchProxy.h.


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