class TFAsroFileItem


  File:      TFAsroIO.cxx

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   16.07.03  first released version


Function Members (Methods)

public:
TFAsroFileItem()
TFAsroFileItem(const TFAsroFileItem&)
TFAsroFileItem(TFAsroFile* asroFile, Bool_t readOnly)
~TFAsroFileItem()
static TClass*Class()
virtual TClass*IsA() const
TFAsroFileItem&operator=(const TFAsroFileItem&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
Int_tfNumOpennumber of open element in file
Bool_tfReadOnlyfile is open as read only
TFAsroFile*fasroFilelow level ASRO file handler

Class Charts

Inheritance Chart:
TFAsroFileItem

Function documentation

TFAsroFileItem(const TFAsroFileItem& )
{fasroFile = NULL; fNumOpen = 0;}
TFAsroFileItem(TFAsroFile* asroFile, Bool_t readOnly)
{fasroFile = asroFile; fNumOpen = 1; fReadOnly = readOnly;}

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.