template<class T>
class ROOT::Internal::TStlArrayProxy< T >
Definition at line 842 of file TBranchProxy.h.
|
| TStlArrayProxy ()=default |
|
| ~TStlArrayProxy () override=default |
|
array_t * | At (UInt_t i) |
|
array_t * | operator[] (Int_t i) |
|
array_t * | operator[] (UInt_t i) |
|
| TStlProxy ()=default |
|
| TStlProxy ()=default |
|
| ~TStlProxy () override=default |
|
void * | GetAddressOfElement (UInt_t i) final |
| Return the address of the element number i.
|
|
Int_t | GetEntries () override |
|
TVirtualCollectionProxy * | GetPtr () |
|
const TVirtualCollectionProxy * | operator-> () |
|
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.
|
|
| 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) |
|
| TBranchProxy () |
|
| TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername) |
| Constructor taking the branch name, possibly of a friended tree.
|
|
| 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 Int_t | GetArrayLength () |
|
const char * | GetBranchName () const |
|
TClass * | GetClass () |
|
void * | GetClaStart (UInt_t i=0) |
|
TVirtualCollectionProxy * | GetCollection () |
|
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 () |
|
Bool_t | Read () |
|
Bool_t | ReadEntries () |
|
void | Reset () |
|
Bool_t | Setup () |
|