TIndArray Class Reference

#include <TIndArray.h>

List of all members.

Public Member Functions

 TIndArray ()
virtual ~TIndArray ()
void Reserve (UInt_t size)
UInt_t GetCapacity ()
UInt_t GetNumItems ()
void SetNumItems (UInt_t items)
UChar_tAt (Int_t ind)
void Clear ()
 TIndArray ()
virtual ~TIndArray ()
void Reserve (UInt_t size)
UInt_t GetCapacity ()
UInt_t GetNumItems ()
void SetNumItems (UInt_t items)
UChar_tAt (Int_t ind)
void Clear ()

Private Attributes

UInt_t fElems
UInt_t fCapacity
UChar_tfArr
 Capacity of the array.
UChar_tfArr
 Capacity of the array.


Detailed Description

Definition at line 16 of file TIndArray.h.


Constructor & Destructor Documentation

TIndArray::TIndArray (  )  [inline]

Definition at line 19 of file TIndArray.h.

virtual TIndArray::~TIndArray (  )  [inline, virtual]

Definition at line 22 of file TIndArray.h.

References fArr.

TIndArray::TIndArray (  )  [inline]

Definition at line 19 of file TIndArray.h.

virtual TIndArray::~TIndArray (  )  [inline, virtual]

Definition at line 22 of file TIndArray.h.

References fArr.


Member Function Documentation

void TIndArray::Reserve ( UInt_t  size  )  [inline]

Definition at line 27 of file TIndArray.h.

References fArr, fCapacity, and fElems.

Referenced by TBranchSTL::Fill().

UInt_t TIndArray::GetCapacity (  )  [inline]

Definition at line 35 of file TIndArray.h.

References fCapacity.

Referenced by TBranchSTL::Fill().

UInt_t TIndArray::GetNumItems (  )  [inline]

Definition at line 36 of file TIndArray.h.

References fElems.

Referenced by TBranchSTL::GetEntry().

void TIndArray::SetNumItems ( UInt_t  items  )  [inline]

Definition at line 37 of file TIndArray.h.

References fElems.

Referenced by TBranchSTL::Fill().

UChar_t& TIndArray::At ( Int_t  ind  )  [inline]

Definition at line 38 of file TIndArray.h.

References fArr.

Referenced by TBranchSTL::Fill(), and TBranchSTL::GetEntry().

void TIndArray::Clear (  )  [inline]

Definition at line 39 of file TIndArray.h.

References fElems.

void TIndArray::Reserve ( UInt_t  size  )  [inline]

Definition at line 27 of file TIndArray.h.

References fArr, fCapacity, and fElems.

UInt_t TIndArray::GetCapacity (  )  [inline]

Definition at line 35 of file TIndArray.h.

References fCapacity.

UInt_t TIndArray::GetNumItems (  )  [inline]

Definition at line 36 of file TIndArray.h.

References fElems.

void TIndArray::SetNumItems ( UInt_t  items  )  [inline]

Definition at line 37 of file TIndArray.h.

References fElems.

UChar_t& TIndArray::At ( Int_t  ind  )  [inline]

Definition at line 38 of file TIndArray.h.

References fArr.

void TIndArray::Clear (  )  [inline]

Definition at line 39 of file TIndArray.h.

References fElems.


Member Data Documentation

UInt_t TIndArray::fElems [private]

Definition at line 42 of file TIndArray.h.

Referenced by Clear(), GetNumItems(), Reserve(), and SetNumItems().

UInt_t TIndArray::fCapacity [private]

Definition at line 43 of file TIndArray.h.

Referenced by GetCapacity(), and Reserve().

UChar_t* TIndArray::fArr [private]

Capacity of the array.

Definition at line 44 of file TIndArray.h.

Referenced by At(), Reserve(), and ~TIndArray().

UChar_t* TIndArray::fArr [private]

Capacity of the array.

Definition at line 44 of file TIndArray.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:41:52 2011 for ROOT_528-00b_version by  doxygen 1.5.1