ROOT  6.06/08
Reference Guide
Public Member Functions | Private Attributes | List of all members
TIndArray Class Reference

Definition at line 16 of file TIndArray.h.

Public Member Functions

 TIndArray ()
 
virtual ~TIndArray ()
 
void ClearAndResize (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. More...
 

#include <TIndArray.h>

Constructor & Destructor Documentation

§ TIndArray()

TIndArray::TIndArray ( )
inline

Definition at line 19 of file TIndArray.h.

§ ~TIndArray()

virtual TIndArray::~TIndArray ( )
inlinevirtual

Definition at line 22 of file TIndArray.h.

Member Function Documentation

§ At()

UChar_t& TIndArray::At ( Int_t  ind)
inline

Definition at line 38 of file TIndArray.h.

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

§ Clear()

void TIndArray::Clear ( )
inline

Definition at line 39 of file TIndArray.h.

§ ClearAndResize()

void TIndArray::ClearAndResize ( UInt_t  size)
inline

Definition at line 27 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

§ GetCapacity()

UInt_t TIndArray::GetCapacity ( )
inline

Definition at line 35 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

§ GetNumItems()

UInt_t TIndArray::GetNumItems ( )
inline

Definition at line 36 of file TIndArray.h.

Referenced by TBranchSTL::GetEntry().

§ SetNumItems()

void TIndArray::SetNumItems ( UInt_t  items)
inline

Definition at line 37 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

Member Data Documentation

§ fArr

UChar_t* TIndArray::fArr
private

Capacity of the array.

Definition at line 44 of file TIndArray.h.

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

§ fCapacity

UInt_t TIndArray::fCapacity
private

Definition at line 43 of file TIndArray.h.

Referenced by ClearAndResize(), and GetCapacity().

§ fElems

UInt_t TIndArray::fElems
private

Definition at line 42 of file TIndArray.h.

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


The documentation for this class was generated from the following file: