ROOT
6.06/09
Reference Guide
|
Definition at line 558 of file TBranchProxy.h.
Public Member Functions | |
void | Print () |
TClaImpProxy () | |
TClaImpProxy (TBranchProxyDirector *director, const char *name) | |
TClaImpProxy (TBranchProxyDirector *director, const char *top, const char *name) | |
TClaImpProxy (TBranchProxyDirector *director, const char *top, const char *name, const char *data) | |
TClaImpProxy (TBranchProxyDirector *director, TBranchProxy *parent, const char *name, const char *top=0, const char *mid=0) | |
~TClaImpProxy () | |
const T & | At (UInt_t i) |
const T & | operator[] (Int_t i) |
const T & | operator[] (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 () |
TBranchProxy * | GetProxy () |
const char * | GetBranchName () const |
void | Reset () |
Bool_t | Setup () |
Bool_t | IsInitialized () |
Bool_t | IsaPointer () const |
Bool_t | Read () |
Bool_t | ReadEntries () |
TClass * | GetClass () |
void * | GetWhere () const |
TVirtualCollectionProxy * | GetCollection () |
virtual void * | GetStart (UInt_t=0) |
virtual void * | GetClaStart (UInt_t i=0) |
virtual void * | GetStlStart (UInt_t i=0) |
Int_t | GetOffset () |
Private Member Functions | |
TClaImpProxy (T) | |
TClaImpProxy & | operator= (T) |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::TBranchProxy | |
Internal::TBranchProxyDirector * | fDirector |
Bool_t | fInitialized |
const TString | fBranchName |
TBranchProxy * | fParent |
const TString | fDataMember |
const Bool_t | fIsMember |
Bool_t | fIsClone |
Bool_t | fIsaPointer |
TString | fClassName |
TClass * | fClass |
TStreamerElement * | fElement |
Int_t | fMemberOffset |
Int_t | fOffset |
TBranch * | fBranch |
TBranch * | fBranchCount |
TTree * | fLastTree |
Long64_t | fRead |
void * | fWhere |
TVirtualCollectionProxy * | fCollection |
Int_t | fCurrentTreeNumber |
#include <TBranchProxy.h>
|
inline |
Definition at line 567 of file TBranchProxy.h.
|
inline |
Definition at line 568 of file TBranchProxy.h.
|
inline |
Definition at line 569 of file TBranchProxy.h.
|
inline |
Definition at line 571 of file TBranchProxy.h.
|
inline |
Definition at line 573 of file TBranchProxy.h.
|
inline |
Definition at line 575 of file TBranchProxy.h.
|
private |
|
inline |
Definition at line 577 of file TBranchProxy.h.
Referenced by ROOT::Internal::TClaImpProxy< T >::operator[]().
|
private |
|
inline |
Definition at line 589 of file TBranchProxy.h.
|
inline |
Definition at line 590 of file TBranchProxy.h.
|
inlinevirtual |
Reimplemented from ROOT::Detail::TBranchProxy.
Definition at line 561 of file TBranchProxy.h.