library: libHbook
#include "THbookKey.h"

THbookKey


class description - header file - source file - inheritance tree (.pdf)

class THbookKey : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
THbookKey

    public:
THbookKey() THbookKey(Int_t id, THbookFile* file) THbookKey(const THbookKey&) virtual ~THbookKey() virtual void Browse(TBrowser* b) static TClass* Class() virtual TClass* IsA() const virtual Bool_t IsFolder() const THbookKey& operator=(const THbookKey&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
THbookFile* fDirectory !pointer to the Hbook file Int_t fID hbook identifier

Class Description

THbookKey(Int_t id, THbookFile *file)
constructor
~THbookKey()
void Browse(TBrowser *b)
 Read object from disk and call its Browse() method.
 If object with same name already exist in memory delete it (like
 TDirectory::Get() is doing), except when the key references a
 folder in which case we don't want to re-read the folder object
 since it might contain new objects not yet saved.
Bool_t IsFolder()
an hbook key is not a folder
THbookKey()
THbookKey(Int_t id, THbookFile *file)

Author: Rene Brun 20/02/2002
Last update: root/hbook:$Name: $:$Id: THbookKey.cxx,v 1.2 2006/05/13 17:28:15 brun Exp $
Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.