class TFBinVector<int>


  File:      TFColumn.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   18.07.03  first released version


Function Members (Methods)

public:
TFBinVector<int>()
TFBinVector<int>(Int_t num)
TFBinVector<int>(const TFBinVector<int>& bv)
~TFBinVector<int>()
static TClass*Class()
virtual TClass*IsA() const
TFBinVector<int>&operator=(const TFBinVector<int>& bv)
booloperator==(const TFBinVector<int>& bv) const
int&operator[](UInt_t row) const
int&operator[](UInt_t row)
voidresize(Int_t num)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
Int_tsize() const
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
vector<int>fData

Class Charts

Inheritance Chart:
TFBinVector<int>

Function documentation

Double_t operator[](UInt_t row)
{return ToDouble(row);}
TFSetDbl operator[](UInt_t row)
{return TFSetDbl(this, row);}
friend Double_t operator=(const TFBinVector<int>& bv)
return operator==(const TFBinVector<int>& bv) const
void resize(Int_t num)
{fData.resize(num);}
Int_t size()
{return fData.size();}
IsA()

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