GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
TGo4KeyAccess Class Reference
Inheritance diagram for TGo4KeyAccess:

Public Member Functions

 TGo4KeyAccess (TDirectory *dir, TKey *key)
Bool_t CanGetObject () const override
 Returns kTRUE, when object can be directly obtained with GetObject() method.
Bool_t GetObject (TObject *&obj, Bool_t &owner) const override
const char * GetObjectClassName () const override
const char * GetObjectName () const override
Public Member Functions inherited from TGo4Access
virtual ~TGo4Access ()
virtual ~TGo4Access ()
virtual Int_t AssignObjectTo (TGo4ObjectManager *rcv, const char *path)
 Have to assign object to provided receiver.
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.
Int_t AssignObjectToSlot (TGo4Slot *slot)
 Made for convenience - extracts OM and slot path and calls AssignObjectTo method.
virtual TClass * GetObjectClass () const
virtual TClass * GetObjectClass () const
virtual Bool_t IsRemote () const
 Indicate if object is remote.
virtual Bool_t IsRemote () const
 Indicate if object is remote.

Private Attributes

TDirectory * fDir {nullptr}
TKey * fKey {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
}
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)
void DoObjectAssignement (TGo4ObjectManager *rcv, const char *path, TObject *obj, Bool_t owner)

Detailed Description

Definition at line 30 of file TGo4DirProxy.cxx.

Constructor & Destructor Documentation

◆ TGo4KeyAccess()

TGo4KeyAccess::TGo4KeyAccess ( TDirectory * dir,
TKey * key )
inline

Definition at line 32 of file TGo4DirProxy.cxx.

References fDir, and fKey.

Member Function Documentation

◆ CanGetObject()

Bool_t TGo4KeyAccess::CanGetObject ( ) const
inlineoverridevirtual

Returns kTRUE, when object can be directly obtained with GetObject() method.

Reimplemented from TGo4Access.

Definition at line 34 of file TGo4DirProxy.cxx.

◆ GetObject()

Bool_t TGo4KeyAccess::GetObject ( TObject *& obj,
Bool_t & owner ) const
inlineoverridevirtual

Reimplemented from TGo4Access.

Definition at line 37 of file TGo4DirProxy.cxx.

References fDir, and fKey.

◆ GetObjectClassName()

const char * TGo4KeyAccess::GetObjectClassName ( ) const
inlineoverridevirtual

Reimplemented from TGo4Access.

Definition at line 59 of file TGo4DirProxy.cxx.

References fKey.

◆ GetObjectName()

const char * TGo4KeyAccess::GetObjectName ( ) const
inlineoverridevirtual

Reimplemented from TGo4Access.

Definition at line 56 of file TGo4DirProxy.cxx.

References fKey.

Field Documentation

◆ fDir

TDirectory* TGo4KeyAccess::fDir {nullptr}
private

Definition at line 63 of file TGo4DirProxy.cxx.

Referenced by TGo4KeyAccess(), and GetObject().

◆ fKey

TKey* TGo4KeyAccess::fKey {nullptr}
private

Definition at line 64 of file TGo4DirProxy.cxx.

Referenced by TGo4KeyAccess(), GetObject(), GetObjectClassName(), and GetObjectName().


The documentation for this class was generated from the following file: