Base class for all the proxy object.
It includes the implementation of the autoloading of branches as well as all the generic setup routine.
Definition at line 69 of file TBranchProxy.h.
Public Member Functions | |
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 void * | GetAddressOfElement (UInt_t) |
Return the address of the element number i. More... | |
virtual Int_t | GetArrayLength () |
const char * | GetBranchName () const |
TClass * | GetClass () |
void * | GetClaStart (UInt_t i=0) |
TVirtualCollectionProxy * | GetCollection () |
virtual Int_t | GetEntries () |
Int_t | GetOffset () |
TBranchProxy * | GetProxy () |
virtual void * | GetStart (UInt_t=0) |
void * | GetStlStart (UInt_t i=0) |
void * | GetWhere () 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 () |
Protected Attributes | |
union { | |
TBranch * fBranchCount | |
TLeaf * fLeafCount | |
}; | |
Int_t | fArrayLength |
TBranch * | fBranch |
const TString | fBranchName |
TClass * | fClass |
TString | fClassName |
TVirtualCollectionProxy * | fCollection |
const TString | fDataMember |
Internal::TBranchProxyDirector * | fDirector |
TStreamerElement * | fElement |
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< TBranchProxy > | fNotify |
Int_t | fOffset |
TBranchProxy * | fParent |
Long64_t | fRead |
void * | fWhere |
Friends | |
class | ROOT::Internal::TTreeReaderValueBase |
#include <TBranchProxy.h>
|
strongprivate |
Definition at line 175 of file TBranchProxy.h.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | ) |
Definition at line 27 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
const char * | top, | ||
const char * | name = 0 |
||
) |
Definition at line 38 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
const char * | top, | ||
const char * | name, | ||
const char * | membername | ||
) |
Definition at line 56 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
Detail::TBranchProxy * | parent, | ||
const char * | membername, | ||
const char * | top = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 75 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
TBranch * | branch, | ||
const char * | membername | ||
) |
Definition at line 95 of file TBranchProxy.cxx.
ROOT::Detail::TBranchProxy::TBranchProxy | ( | Internal::TBranchProxyDirector * | boss, |
const char * | branchname, | ||
TBranch * | branch, | ||
const char * | membername | ||
) |
Constructor taking the branch name, possibly of a friended tree.
Used by TTreeReaderValue in place of TFriendProxy.
Definition at line 130 of file TBranchProxy.cxx.
|
virtual |
Definition at line 143 of file TBranchProxy.cxx.
Return the address of the element number i.
Returns nullptr
for non-collections. It assumed that Setip() has been called.
Reimplemented in ROOT::Internal::TArrayCharProxy, ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, and ROOT::Internal::TArrayProxy< T >.
Definition at line 401 of file TBranchProxy.h.
|
inlinevirtual |
Definition at line 380 of file TBranchProxy.h.
|
inline |
Definition at line 117 of file TBranchProxy.h.
|
inline |
Definition at line 384 of file TBranchProxy.h.
Definition at line 423 of file TBranchProxy.h.
|
inline |
Definition at line 405 of file TBranchProxy.h.
|
inlinevirtual |
Reimplemented in ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, and ROOT::Internal::TArrayProxy< T >.
Definition at line 371 of file TBranchProxy.h.
|
inline |
Definition at line 513 of file TBranchProxy.h.
|
inline |
Definition at line 116 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 189 of file TBranchProxy.h.
Definition at line 408 of file TBranchProxy.h.
Definition at line 469 of file TBranchProxy.h.
|
inline |
Definition at line 397 of file TBranchProxy.h.
|
inline |
Definition at line 133 of file TBranchProxy.h.
|
inline |
Definition at line 128 of file TBranchProxy.h.
|
inline |
Definition at line 121 of file TBranchProxy.h.
Reimplemented in ROOT::Internal::TArrayCharProxy, ROOT::Internal::TClaProxy, ROOT::Internal::TStlProxy, ROOT::Internal::TImpProxy< T >, and ROOT::Internal::TArrayProxy< T >.
Definition at line 170 of file TBranchProxy.cxx.
|
inline |
Definition at line 137 of file TBranchProxy.h.
|
inline |
Definition at line 347 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 227 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 319 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 305 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 333 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 281 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 268 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 294 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 242 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 255 of file TBranchProxy.h.
|
inlineprivate |
Definition at line 231 of file TBranchProxy.h.
Definition at line 150 of file TBranchProxy.cxx.
Bool_t ROOT::Detail::TBranchProxy::Setup | ( | ) |
Definition at line 180 of file TBranchProxy.cxx.
|
friend |
Definition at line 173 of file TBranchProxy.h.
union { ... } ROOT::Detail::TBranchProxy::@178 |
|
protected |
Definition at line 90 of file TBranchProxy.h.
|
protected |
Definition at line 92 of file TBranchProxy.h.
TBranch* ROOT::Detail::TBranchProxy::fBranchCount |
Definition at line 94 of file TBranchProxy.h.
|
protected |
Definition at line 79 of file TBranchProxy.h.
|
protected |
Definition at line 86 of file TBranchProxy.h.
|
protected |
Definition at line 85 of file TBranchProxy.h.
|
protected |
Definition at line 103 of file TBranchProxy.h.
|
protected |
Definition at line 82 of file TBranchProxy.h.
|
protected |
Definition at line 71 of file TBranchProxy.h.
|
protected |
Definition at line 87 of file TBranchProxy.h.
|
protected |
Definition at line 77 of file TBranchProxy.h.
|
protected |
Definition at line 73 of file TBranchProxy.h.
|
protected |
Definition at line 76 of file TBranchProxy.h.
|
protected |
Definition at line 75 of file TBranchProxy.h.
|
protected |
Definition at line 74 of file TBranchProxy.h.
TLeaf* ROOT::Detail::TBranchProxy::fLeafCount |
Definition at line 95 of file TBranchProxy.h.
|
protected |
Definition at line 88 of file TBranchProxy.h.
|
protected |
Definition at line 98 of file TBranchProxy.h.
|
protected |
Definition at line 89 of file TBranchProxy.h.
|
protected |
Definition at line 80 of file TBranchProxy.h.
|
protected |
Definition at line 100 of file TBranchProxy.h.
|
protected |
Definition at line 102 of file TBranchProxy.h.