ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | 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 ( )
inline

Definition at line 19 of file TIndArray.h.

virtual TIndArray::~TIndArray ( )
inlinevirtual

Definition at line 22 of file TIndArray.h.

Member Function Documentation

UChar_t& TIndArray::At ( Int_t  ind)
inline

Definition at line 38 of file TIndArray.h.

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

void TIndArray::Clear ( )
inline

Definition at line 39 of file TIndArray.h.

void TIndArray::ClearAndResize ( UInt_t  size)
inline

Definition at line 27 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

UInt_t TIndArray::GetCapacity ( )
inline

Definition at line 35 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

UInt_t TIndArray::GetNumItems ( )
inline

Definition at line 36 of file TIndArray.h.

Referenced by TBranchSTL::GetEntry().

void TIndArray::SetNumItems ( UInt_t  items)
inline

Definition at line 37 of file TIndArray.h.

Referenced by TBranchSTL::Fill().

Member Data Documentation

UChar_t* TIndArray::fArr
private

Capacity of the array.

Definition at line 44 of file TIndArray.h.

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

UInt_t TIndArray::fCapacity
private

Definition at line 43 of file TIndArray.h.

Referenced by ClearAndResize(), and GetCapacity().

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: