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

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

Definition at line 520 of file TBranchProxy.h.

Public Types

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

Public Member Functions

 TArrayProxy ()
 
 TArrayProxy (TBranchProxyDirector *director, const char *name)
 
 TArrayProxy (TBranchProxyDirector *director, const char *top, const char *name)
 
 TArrayProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data)
 
 TArrayProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0)
 
 ~TArrayProxy ()
 
void Print ()
 
const array_tAt (UInt_t i)
 
const array_toperator[] (Int_t i)
 
const array_toperator[] (UInt_t i)
 
- 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 ()
 
TBranchProxyGetProxy ()
 
const char * GetBranchName () const
 
void Reset ()
 
Bool_t Setup ()
 
Bool_t IsInitialized ()
 
Bool_t IsaPointer () const
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
TClassGetClass ()
 
voidGetWhere () const
 
TVirtualCollectionProxyGetCollection ()
 
virtual voidGetStart (UInt_t=0)
 
virtual voidGetClaStart (UInt_t i=0)
 
virtual voidGetStlStart (UInt_t i=0)
 
Int_t GetOffset ()
 

Additional Inherited Members

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

#include <TBranchProxy.h>

+ Inheritance diagram for ROOT::Internal::TArrayProxy< T >:
+ Collaboration diagram for ROOT::Internal::TArrayProxy< T >:

Member Typedef Documentation

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

Definition at line 530 of file TBranchProxy.h.

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

Definition at line 533 of file TBranchProxy.h.

Constructor & Destructor Documentation

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

Definition at line 522 of file TBranchProxy.h.

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

Definition at line 523 of file TBranchProxy.h.

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

Definition at line 524 of file TBranchProxy.h.

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

Definition at line 526 of file TBranchProxy.h.

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

Definition at line 528 of file TBranchProxy.h.

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

Definition at line 530 of file TBranchProxy.h.

Member Function Documentation

template<class T >
const array_t& ROOT::Internal::TArrayProxy< T >::At ( UInt_t  i)
inline

Definition at line 541 of file TBranchProxy.h.

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

template<class T >
const array_t& ROOT::Internal::TArrayProxy< T >::operator[] ( Int_t  i)
inline

Definition at line 551 of file TBranchProxy.h.

template<class T >
const array_t& ROOT::Internal::TArrayProxy< T >::operator[] ( UInt_t  i)
inline

Definition at line 552 of file TBranchProxy.h.

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

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 535 of file TBranchProxy.h.


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