Public Member Functions | Private Attributes

TGo4ObjectAccess Class Reference

#include <TGo4ObjectProxy.h>

Inheritance diagram for TGo4ObjectAccess:
TGo4Access

List of all members.

Public Member Functions

 TGo4ObjectAccess (TObject *obj)
virtual Bool_t CanGetObject () const
virtual Bool_t GetObject (TObject *&obj, Bool_t &owner) const
virtual TClass * GetObjectClass () const
virtual const char * GetObjectName () const
virtual const char * GetObjectClassName () const

Private Attributes

TObject * fObject

Detailed Description

Definition at line 19 of file TGo4ObjectProxy.h.


Constructor & Destructor Documentation

TGo4ObjectAccess::TGo4ObjectAccess ( TObject *  obj  ) 

Definition at line 25 of file TGo4ObjectProxy.cxx.


Member Function Documentation

Bool_t TGo4ObjectAccess::CanGetObject (  )  const [virtual]

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

Reimplemented from TGo4Access.

Definition at line 31 of file TGo4ObjectProxy.cxx.

Bool_t TGo4ObjectAccess::GetObject ( TObject *&  obj,
Bool_t &  owner 
) const [virtual]

Reimplemented from TGo4Access.

Definition at line 36 of file TGo4ObjectProxy.cxx.

References fObject.

TClass * TGo4ObjectAccess::GetObjectClass (  )  const [virtual]

Reimplemented from TGo4Access.

Definition at line 43 of file TGo4ObjectProxy.cxx.

References fObject.

const char * TGo4ObjectAccess::GetObjectClassName (  )  const [virtual]

Reimplemented from TGo4Access.

Definition at line 53 of file TGo4ObjectProxy.cxx.

References fObject.

const char * TGo4ObjectAccess::GetObjectName (  )  const [virtual]

Reimplemented from TGo4Access.

Definition at line 48 of file TGo4ObjectProxy.cxx.

References fObject.


Member Data Documentation

TObject* TGo4ObjectAccess::fObject [private]

Definition at line 29 of file TGo4ObjectProxy.h.

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


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