class TFSetDbl


  File:      TFColumn.h

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   18.07.03  first released version


Function Members (Methods)

public:
TFSetDbl(const TFSetDbl&)
TFSetDbl(TFBaseCol* col, UInt_t row)
~TFSetDbl()
static TClass*Class()
virtual TClass*IsA() const
Double_toperator Double_t()
Double_toperator=(Double_t val)
TFSetDbl&operator=(const TFSetDbl&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
TFBaseCol*fCol
UInt_tfRow

Class Charts

Inheritance Chart:
TFSetDbl

Function documentation

inline operator Double_t()
{return fCol->ToDouble(fRow);}
TFSetDbl(TFBaseCol* col, UInt_t row)
{fCol = col; fRow = row;}
friend Double_t operator=(Double_t)
operator=(col)
IsA()

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