|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Inheritance diagram for TGo4BranchAccess:Public Member Functions | |
| TGo4BranchAccess (TBranch *br) | |
| const char * | GetObjectClassName () const override |
| const char * | GetObjectName () const override |
Public Member Functions inherited from TGo4Access | |
| virtual | ~TGo4Access () |
| virtual Int_t | AssignObjectTo (TGo4ObjectManager *rcv, const char *path) |
| Have to assign object to provided receiver. | |
| Int_t | AssignObjectToSlot (TGo4Slot *slot) |
| Made for convenience - extracts OM and slot path and calls AssignObjectTo method. | |
| virtual Bool_t | CanGetObject () const |
| Returns kTRUE, when object can be directly obtained with GetObject() method. | |
| virtual Bool_t | GetObject (TObject *&obj, Bool_t &owner) const |
| virtual TClass * | GetObjectClass () const |
| virtual Bool_t | IsRemote () const |
| Indicate if object is remote. | |
Private Attributes | |
| TBranch * | fBranch {nullptr} |
Additional Inherited Members | |
Public Types inherited from TGo4Access | |
| enum | { kndNone = -1 , kndObject = 0 , kndFolder = 1 , kndTreeBranch = 2 , kndTreeLeaf = 3 , kndGo4Param = 4 , kndDataMember = 5 , kndEventElement = 6 , kndMoreFolder = 7 , kndRootCommand = 8 } |
Protected Member Functions inherited from TGo4Access | |
| void | DoObjectAssignement (TGo4ObjectManager *rcv, const char *path, TObject *obj, Bool_t owner) |
Definition at line 22 of file TGo4TreeProxy.cxx.
|
inline |
Definition at line 24 of file TGo4TreeProxy.cxx.
References fBranch.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |
Definition at line 33 of file TGo4TreeProxy.cxx.
Referenced by TGo4BranchAccess(), GetObjectClassName(), and GetObjectName().