class TFVirtualIO


  File:      TFVirtualIO.cxx

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   15.07.03  first released version


Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TFVirtualIO()
static TClass*Class()
virtual voidCreateElement()
virtual Int_tDeleteColumn(const char* name)
virtual Int_tDeleteElement()
virtual voidGetColNames(map<TString,TNamed>& columns)
virtual Int_tGetCompressionLevel()
virtual Int_tGetCycle()
virtual const char*GetFileName()
virtual UInt_tGetNumColumns()
virtual TClass*IsA() const
virtual Bool_tIsOpen()
TFVirtualIO&operator=(const TFVirtualIO&)
virtual voidReadAllCol(ColList& columns)
virtual TFBaseCol*ReadCol(const char* name)
virtual Int_tSaveColumns(ColList& columns, Int_t compLevel = -1)
virtual Int_tSaveElement(Int_t compLevel = -1)
virtual voidSetCompressionLevel(Int_t level)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
TFIOElement*fElementthe element associated with this IOfile

Class Charts

Inheritance Chart:
TFVirtualIO
TFAsroIO
TFFitsIO
TFRootIO

Function documentation

virtual ~TFVirtualIO()
{}
Bool_t IsOpen()
const char * GetFileName()
Int_t GetCycle()
void SetCompressionLevel(Int_t level)
Int_t GetCompressionLevel()
void CreateElement()
Int_t DeleteElement()
Int_t SaveElement(Int_t compLevel = -1)
UInt_t GetNumColumns()
 TFTable interface funmctions
TFBaseCol * ReadCol(const char* name)
void ReadAllCol(ColList& columns)
Int_t SaveColumns(ColList& columns, Int_t compLevel = -1)
Int_t DeleteColumn(const char* name)
void GetColNames(std::map<TString, TNamed> & columns)

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