class TFRootFileIter: public TFVirtualFileIter, protected TFRootFiles


  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:
TFRootFileIter(const TFRootFileIter&)
TFRootFileIter(const char* fileName, FMode mode = kFRead)
virtual~TFRootFileIter()
static TClass*Class()
virtual TClass*IsA() const
virtual Bool_tIsOpen()
virtual Bool_tNext()
virtual TFIOElement&TFVirtualFileIter::operator*()
virtual TFIOElement*TFVirtualFileIter::operator->()
TFRootFileIter&operator=(const TFRootFileIter&)
virtual voidReset()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
static voidTFRootFiles::CloseFile(TFile* file)
static TFile*TFRootFiles::OpenFile(const char* fileName, FMode mode = kFRead)

Data Members

protected:
TFIOElement*TFVirtualFileIter::fElementthe element associated with this Iterator
TFile*fFile! the file of this element
TStringTFVirtualFileIter::fFileNamethe filename of this iterator
TIter*fKeyIter! an iterator of element - directories
FModefMode! the open mode of the file

Class Charts

Inheritance Chart:
TFVirtualFileIter
TFRootFiles
TFRootFileIter

Function documentation

TFRootFileIter(const char* fileName, FMode mode = kFRead)
~TFRootFileIter()
Bool_t Next()
void Reset()
Bool_t IsOpen()
{return fFile != NULL;}
TFRootFileIter(const char* fileName, FMode mode = kFRead)

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.