template<class T>
class ROOT::Internal::TImpProxy< T >
Definition at line 477 of file TBranchProxy.h.
|
| | TImpProxy ()=default |
| |
| | TImpProxy (T)=delete |
| |
| | ~TImpProxy () override=default |
| |
| | operator T () |
| |
| TImpProxy & | operator= (T)=delete |
| |
| void | Print () override |
| |
| | 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) |
| |
| | TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername) |
| | Constructor taking the branch name, possibly of a friended tree. More...
|
| |
| 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 | Read () |
| |
| Bool_t | ReadEntries () |
| |
| void | Reset () |
| |
| Bool_t | Setup () |
| |