#include <TIndArray.h>
Public Member Functions | |
| TIndArray () | |
| virtual | ~TIndArray () |
| void | Reserve (UInt_t size) |
| UInt_t | GetCapacity () |
| UInt_t | GetNumItems () |
| void | SetNumItems (UInt_t items) |
| UChar_t & | At (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_t & | At (Int_t ind) |
| void | Clear () |
Private Attributes | |
| UInt_t | fElems |
| UInt_t | fCapacity |
| UChar_t * | fArr |
| Capacity of the array. | |
| UChar_t * | fArr |
| Capacity of the array. | |
Definition at line 16 of file TIndArray.h.
| TIndArray::TIndArray | ( | ) | [inline] |
Definition at line 19 of file TIndArray.h.
| virtual TIndArray::~TIndArray | ( | ) | [inline, virtual] |
| TIndArray::TIndArray | ( | ) | [inline] |
Definition at line 19 of file TIndArray.h.
| virtual TIndArray::~TIndArray | ( | ) | [inline, virtual] |
| 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] |
| UInt_t TIndArray::GetNumItems | ( | ) | [inline] |
| void TIndArray::SetNumItems | ( | UInt_t | items | ) | [inline] |
Definition at line 38 of file TIndArray.h.
References fArr.
Referenced by TBranchSTL::Fill(), and TBranchSTL::GetEntry().
| void TIndArray::Clear | ( | ) | [inline] |
| void TIndArray::Reserve | ( | UInt_t | size | ) | [inline] |
| UInt_t TIndArray::GetCapacity | ( | ) | [inline] |
| UInt_t TIndArray::GetNumItems | ( | ) | [inline] |
| void TIndArray::SetNumItems | ( | UInt_t | items | ) | [inline] |
| void TIndArray::Clear | ( | ) | [inline] |
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] |
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] |
1.5.1