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 |
Private Attributes | |
TDirectory * | fDir |
TKey * | fKey |
Definition at line 30 of file TGo4DirProxy.cxx.
TGo4KeyAccess::TGo4KeyAccess | ( | TDirectory * | dir, | |
TKey * | key | |||
) | [inline] |
Definition at line 28 of file TGo4DirProxy.cxx.
Referenced by CanGetObject().
virtual Bool_t TGo4KeyAccess::CanGetObject | ( | ) | const [inline, virtual] |
Returns kTRUE, when object can be directly obtained with GetObject() method
Reimplemented from TGo4Access.
Definition at line 30 of file TGo4DirProxy.cxx.
References fDir, fKey, and TGo4KeyAccess().
virtual Bool_t TGo4KeyAccess::GetObject | ( | TObject *& | obj, | |
Bool_t & | owner | |||
) | const [inline, virtual] |
Reimplemented from TGo4Access.
Definition at line 33 of file TGo4DirProxy.cxx.
virtual const char* TGo4KeyAccess::GetObjectClassName | ( | ) | const [inline, virtual] |
virtual const char* TGo4KeyAccess::GetObjectName | ( | ) | const [inline, virtual] |
Reimplemented from TGo4Access.
Definition at line 51 of file TGo4DirProxy.cxx.
TDirectory* TGo4KeyAccess::fDir [private] |
Definition at line 58 of file TGo4DirProxy.cxx.
Referenced by CanGetObject().
TKey* TGo4KeyAccess::fKey [private] |
Definition at line 59 of file TGo4DirProxy.cxx.
Referenced by CanGetObject(), and GetObjectClassName().