Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TIndArray Class Reference

Definition at line 14 of file TIndArray.h.

Public Member Functions

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

Private Attributes

UChar_tfArr
 [fElems] The array More...
 
UInt_t fCapacity
 ! Capacity of the array More...
 
UInt_t fElems
 Number of elements stored in the array. More...
 

#include <TIndArray.h>

Constructor & Destructor Documentation

◆ TIndArray()

TIndArray::TIndArray ( )
inline

Definition at line 17 of file TIndArray.h.

◆ ~TIndArray()

virtual TIndArray::~TIndArray ( )
inlinevirtual

Definition at line 20 of file TIndArray.h.

Member Function Documentation

◆ At()

UChar_t& TIndArray::At ( Int_t  ind)
inline

Definition at line 36 of file TIndArray.h.

◆ Clear()

void TIndArray::Clear ( )
inline

Definition at line 37 of file TIndArray.h.

◆ ClearAndResize()

void TIndArray::ClearAndResize ( UInt_t  size)
inline

Definition at line 25 of file TIndArray.h.

◆ GetCapacity()

UInt_t TIndArray::GetCapacity ( )
inline

Definition at line 33 of file TIndArray.h.

◆ GetNumItems()

UInt_t TIndArray::GetNumItems ( )
inline

Definition at line 34 of file TIndArray.h.

◆ SetNumItems()

void TIndArray::SetNumItems ( UInt_t  items)
inline

Definition at line 35 of file TIndArray.h.

Member Data Documentation

◆ fArr

UChar_t* TIndArray::fArr
private

[fElems] The array

Definition at line 42 of file TIndArray.h.

◆ fCapacity

UInt_t TIndArray::fCapacity
private

! Capacity of the array

Definition at line 41 of file TIndArray.h.

◆ fElems

UInt_t TIndArray::fElems
private

Number of elements stored in the array.

Definition at line 40 of file TIndArray.h.


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