GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
Public Member Functions | |
TGo4KeyAccess (TDirectory *dir, TKey *key) | |
virtual Bool_t | CanGetObject () const |
virtual Bool_t | GetObject (TObject *&obj, Bool_t &owner) const |
virtual const char * | GetObjectName () const |
virtual const char * | GetObjectClassName () const |
Public Member Functions inherited from TGo4Access | |
virtual | ~TGo4Access () |
virtual Bool_t | IsRemote () const |
virtual TClass * | GetObjectClass () const |
virtual Int_t | AssignObjectTo (TGo4ObjectManager *rcv, const char *path) |
Int_t | AssignObjectToSlot (TGo4Slot *slot) |
Private Attributes | |
TDirectory * | fDir |
TKey * | fKey |
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 30 of file TGo4DirProxy.cxx.
|
inline |
Definition at line 32 of file TGo4DirProxy.cxx.
|
inlinevirtual |
Returns kTRUE, when object can be directly obtained with GetObject() method
Reimplemented from TGo4Access.
Definition at line 34 of file TGo4DirProxy.cxx.
|
inlinevirtual |
Reimplemented from TGo4Access.
Definition at line 37 of file TGo4DirProxy.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 63 of file TGo4DirProxy.cxx.
Referenced by GetObject().
|
private |
Definition at line 64 of file TGo4DirProxy.cxx.
Referenced by GetObject(), GetObjectClassName(), and GetObjectName().