class TFAsroFileIter: public TFVirtualFileIter, protected TFAsroFiles


  File:      TFAsroIO.cxx

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   16.07.03  first released version


Function Members (Methods)

public:
TFAsroFileIter(const TFAsroFileIter&)
TFAsroFileIter(const char* fileName, FMode mode = kFRead)
virtual~TFAsroFileIter()
static TClass*Class()
virtual TClass*IsA() const
virtual Bool_tIsOpen()
virtual Bool_tNext()
virtual TFIOElement&TFVirtualFileIter::operator*()
virtual TFIOElement*TFVirtualFileIter::operator->()
TFAsroFileIter&operator=(const TFAsroFileIter&)
virtual voidReset()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
static voidTFAsroFiles::CloseFile(TFAsroFile* asroFile)
static TFAsroFile*TFAsroFiles::OpenFile(const char* fileName, Bool_t readOnly)

Data Members

protected:
TFAsroElementIter*fAsroIterthe file iterator
TFIOElement*TFVirtualFileIter::fElementthe element associated with this Iterator
TFAsroFile*fFile! the file of this element
TStringTFVirtualFileIter::fFileNamethe filename of this iterator
FModefModethe file access mode kFRead or kFReadWrite

Class Charts

Inheritance Chart:
TFVirtualFileIter
TFAsroFiles
TFAsroFileIter

Function documentation

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

Author: (GADC)
Last update: Fri Mar 14 13:55:06 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.