#ifndef ROOT_THbookKey
#define ROOT_THbookKey
#ifndef ROOT_THbookFile
#include "THbookFile.h"
#endif
class THbookKey : public TNamed {
protected:
THbookFile *fDirectory;
Int_t fID;
public:
THbookKey() {;}
THbookKey(Int_t id, THbookFile *file);
virtual ~THbookKey();
virtual void Browse(TBrowser *b);
Bool_t IsFolder() const;
ClassDef(THbookKey,1)
};
#endif
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.