ROOT logo
ROOT » TREE » TREE » TIndArray

class TIndArray

 file:   TIndArray.h

Function Members (Methods)

Data Members

private:
UChar_t*fArr[fElems] The array
UInt_tfCapacity!Capacity of the array
UInt_tfElemsNumber of elements stored in the array

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TIndArray()
{}
virtual ~TIndArray()
void Reserve(UInt_t size)
UInt_t GetCapacity()
{ return fCapacity; }
UInt_t GetNumItems()
{ return fElems; }
void SetNumItems(UInt_t items)
{ fElems = items;}
UChar_t & At(Int_t ind)
{ return fArr[ind]; }
void Clear()
{ fElems = 0; }