Public Member Functions | Private Attributes

TGo4KeyAccess Class Reference

Inheritance diagram for TGo4KeyAccess:
TGo4Access

List of all members.

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

Detailed Description

Definition at line 30 of file TGo4DirProxy.cxx.


Constructor & Destructor Documentation

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

Definition at line 28 of file TGo4DirProxy.cxx.

Referenced by CanGetObject().


Member Function Documentation

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]

Reimplemented from TGo4Access.

Definition at line 54 of file TGo4DirProxy.cxx.

References fKey.

virtual const char* TGo4KeyAccess::GetObjectName (  )  const [inline, virtual]

Reimplemented from TGo4Access.

Definition at line 51 of file TGo4DirProxy.cxx.


Member Data Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines