Logo ROOT  
Reference Guide
ROOT::Internal::TStlArrayProxy< T > Class Template Reference

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

Definition at line 841 of file TBranchProxy.h.

Public Types

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

Public Member Functions

 TStlArrayProxy ()=default
 
 ~TStlArrayProxy () override=default
 
array_tAt (UInt_t i)
 
array_toperator[] (Int_t i)
 
array_toperator[] (UInt_t i)
 
 TStlProxy ()=default
 
- Public Member Functions inherited from ROOT::Internal::TStlProxy
 TStlProxy ()=default
 
 ~TStlProxy () override=default
 
voidGetAddressOfElement (UInt_t i) final
 Return the address of the element number i. More...
 
Int_t GetEntries () override
 
TVirtualCollectionProxyGetPtr ()
 
const TVirtualCollectionProxyoperator-> ()
 
void Print () override
 
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername)
 Constructor taking the branch name, possibly of a friended tree. More...
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername)
 Constructor taking the branch name, possibly of a friended tree. More...
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
virtual ~TBranchProxy ()
 
virtual voidGetAddressOfElement (UInt_t)
 Return the address of the element number i. More...
 
virtual Int_t GetArrayLength ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
virtual Int_t GetEntries ()
 
Int_t GetOffset ()
 
TBranchProxyGetProxy ()
 
virtual voidGetStart (UInt_t=0)
 
voidGetStlStart (UInt_t i=0)
 
voidGetWhere () const
 
Bool_t IsaPointer () const
 
Bool_t IsInitialized ()
 
Bool_t Notify ()
 
virtual void Print ()
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
void Reset ()
 
Bool_t Setup ()
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
union {
   TBranch *   fBranchCount
 
   TLeaf *   fLeafCount
 
}; 
 
Int_t fArrayLength
 
TBranchfBranch
 
const TString fBranchName
 
TClassfClass
 
TString fClassName
 
TVirtualCollectionProxyfCollection
 
const TString fDataMember
 
Internal::TBranchProxyDirectorfDirector
 
TStreamerElementfElement
 
Bool_t fHasLeafCount: 1
 
Bool_t fInitialized: 1
 
Bool_t fIsaPointer: 1
 
Bool_t fIsClone: 1
 
const Bool_t fIsMember: 1
 
Int_t fMemberOffset
 
TNotifyLink< TBranchProxyfNotify
 
Int_t fOffset
 
TBranchProxyfParent
 
Long64_t fRead
 
voidfWhere
 

#include <TBranchProxy.h>

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

Member Typedef Documentation

◆ array_t

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

Definition at line 843 of file TBranchProxy.h.

◆ type_t

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

Definition at line 844 of file TBranchProxy.h.

Constructor & Destructor Documentation

◆ TStlArrayProxy()

template<class T >
ROOT::Internal::TStlArrayProxy< T >::TStlArrayProxy ( )
default

◆ ~TStlArrayProxy()

template<class T >
ROOT::Internal::TStlArrayProxy< T >::~TStlArrayProxy ( )
overridedefault

Member Function Documentation

◆ At()

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

Definition at line 854 of file TBranchProxy.h.

◆ operator[]() [1/2]

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

Definition at line 861 of file TBranchProxy.h.

◆ operator[]() [2/2]

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

Definition at line 862 of file TBranchProxy.h.

◆ TStlProxy()

template<class T >
ROOT::Internal::TStlProxy::TStlProxy ( )
default

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