ROOT 6.10/09 Reference Guide |
Definition at line 690 of file TBranchProxy.h.
Public Types | |
typedef T::array_t | array_t |
typedef T::type_t | type_t |
Public Member Functions | |
TStlArrayProxy () | |
TStlArrayProxy (TBranchProxyDirector *director, const char *name) | |
TStlArrayProxy (TBranchProxyDirector *director, const char *top, const char *name) | |
TStlArrayProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data) | |
TStlArrayProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0) | |
~TStlArrayProxy () | |
array_t * | At (UInt_t i) |
array_t * | operator[] (Int_t i) |
array_t * | operator[] (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 |
TClass * | GetClass () |
virtual void * | GetClaStart (UInt_t i=0) |
TVirtualCollectionProxy * | GetCollection () |
Int_t | GetOffset () |
TBranchProxy * | GetProxy () |
virtual void * | GetStart (UInt_t=0) |
virtual void * | GetStlStart (UInt_t i=0) |
void * | GetWhere () 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 | |
TBranch * | fBranch |
TBranch * | fBranchCount |
const TString | fBranchName |
TClass * | fClass |
TString | fClassName |
TVirtualCollectionProxy * | fCollection |
Int_t | fCurrentTreeNumber |
const TString | fDataMember |
Internal::TBranchProxyDirector * | fDirector |
TStreamerElement * | fElement |
Bool_t | fInitialized |
Bool_t | fIsaPointer |
Bool_t | fIsClone |
const Bool_t | fIsMember |
TTree * | fLastTree |
Int_t | fMemberOffset |
Int_t | fOffset |
TBranchProxy * | fParent |
Long64_t | fRead |
void * | fWhere |
#include <TBranchProxy.h>
typedef T::array_t ROOT::Internal::TStlArrayProxy< T >::array_t |
Definition at line 692 of file TBranchProxy.h.
typedef T::type_t ROOT::Internal::TStlArrayProxy< T >::type_t |
Definition at line 693 of file TBranchProxy.h.
|
inline |
Definition at line 701 of file TBranchProxy.h.
|
inline |
Definition at line 702 of file TBranchProxy.h.
|
inline |
Definition at line 703 of file TBranchProxy.h.
|
inline |
Definition at line 705 of file TBranchProxy.h.
|
inline |
Definition at line 707 of file TBranchProxy.h.
|
inline |
Definition at line 709 of file TBranchProxy.h.
|
inline |
Definition at line 711 of file TBranchProxy.h.
|
inline |
Definition at line 719 of file TBranchProxy.h.
|
inline |
Definition at line 720 of file TBranchProxy.h.
|
inlinevirtual |
Reimplemented from ROOT::Detail::TBranchProxy.
Definition at line 695 of file TBranchProxy.h.