Logo ROOT   6.12/07
Reference Guide
TKeyMapFile.h
Go to the documentation of this file.
1 // @(#)root/io:$Id$
2 // Author: Rene Brun 23/07/97
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TKeyMapFile
13 #define ROOT_TKeyMapFile
14 
15 #include "TNamed.h"
16 
17 class TBrowser;
18 class TMapFile;
19 
20 class TKeyMapFile : public TNamed {
21 
22 private:
23  TKeyMapFile(const TKeyMapFile&); // TKeyMapFile objects are not copiable.
24  TKeyMapFile& operator=(const TKeyMapFile&); // TKeyMapFile objects are not copiable.
25 
26  TMapFile *fMapFile; ///< Pointer to map file
27 
28 public:
29  TKeyMapFile();
30  TKeyMapFile(const char *name, const char *classname, TMapFile *mapfile);
31  virtual ~TKeyMapFile() {;}
32  virtual void Browse(TBrowser *b);
33 
34  ClassDef(TKeyMapFile,0); //Utility class for browsing TMapFile objects.
35 };
36 
37 #endif
Utility class for browsing TMapFile objects.
Definition: TKeyMapFile.h:20
This class implements a shared memory region mapped to a file.
Definition: TMapFile.h:26
TKeyMapFile & operator=(const TKeyMapFile &)
virtual ~TKeyMapFile()
Definition: TKeyMapFile.h:31
virtual void Browse(TBrowser *b)
Browse the contained objects.
Definition: TKeyMapFile.cxx:50
#define ClassDef(name, id)
Definition: Rtypes.h:320
The TNamed class is the base class for all named ROOT classes.
Definition: TNamed.h:29
TKeyMapFile()
Default constructor.
Definition: TKeyMapFile.cxx:34
Using a TBrowser one can browse all ROOT objects.
Definition: TBrowser.h:37
TMapFile * fMapFile
Pointer to map file.
Definition: TKeyMapFile.h:26
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
Definition: TRolke.cxx:630
char name[80]
Definition: TGX11.cxx:109