TObjectRef
class description - source file - inheritance tree
private:
public:
TObjectRef TObjectRef()
TObjectRef TObjectRef(TObject* obj)
TObjectRef TObjectRef(const TObjectRef& ref)
virtual void ~TObjectRef()
static TClass* Class()
TObject* GetObject()
virtual TClass* IsA() const
void operator=(TObject* obj)
static void ReadRef(TObject* obj, TBuffer& R__b, TFile* file)
static void SaveRef(TObject* obj, TBuffer& R__b, TFile* file)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
protected:
TProcessID* fPID !Pointer to ProcessID when TObjectRef was written
TObjectRef
Persistent Reference link to a TObject
TObjectRef(TObject *obj)
TObjectRef copy ctor.
TObjectRef(const TObjectRef &ref)
TObject* GetObject()
Return a pointer to the referenced object.
void ReadRef(TObject *obj, TBuffer &R__b, TFile *file)
static function
void SaveRef(TObject *obj, TBuffer &R__b, TFile *file)
static function
void Streamer(TBuffer &R__b)
Stream an object of class TObjectRef.
Inline Functions
TObjectRef TObjectRef(const TObjectRef& ref)
void operator=(TObject* obj)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
void ~TObjectRef()
Author: Rene Brun 28/09/2001
Last update: root/cont:$Name: $:$Id: TObjectRef.cxx,v 1.2 2001/10/02 08:16:23 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.