class TFRootFileItem


  File:      TFFitsIO.cxx

  Version:   1.1.1

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   18.08.03  first released version
             1.1.1 01.07.04  The ROOT file can be opened in read
                             only mode.


Function Members (Methods)

public:
TFRootFileItem()
TFRootFileItem(TFile* file)
TFRootFileItem(const TFRootFileItem&)
~TFRootFileItem()
static TClass*Class()
virtual TClass*IsA() const
TFRootFileItem&operator=(const TFRootFileItem&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
TFile*fFile
Int_tfNumOpen

Class Charts

Inheritance Chart:
TFRootFileItem

Function documentation

TFRootFileItem()
{fFile = NULL; fNumOpen = 0;}
TFRootFileItem(TFile * file)
{fFile = file; fNumOpen = 1;}

Author: (GADC)
Last update: Fri Mar 14 13:55:22 2008

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.