ROOT 6.08/07 Reference Guide |
Definition at line 16 of file TIndArray.h.
Public Member Functions | |
TIndArray () | |
virtual | ~TIndArray () |
UChar_t & | At (Int_t ind) |
void | Clear () |
void | ClearAndResize (UInt_t size) |
UInt_t | GetCapacity () |
UInt_t | GetNumItems () |
void | SetNumItems (UInt_t items) |
Private Attributes | |
UChar_t * | fArr |
[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>
|
inline |
Definition at line 19 of file TIndArray.h.
|
inlinevirtual |
Definition at line 22 of file TIndArray.h.
Definition at line 38 of file TIndArray.h.
|
inline |
Definition at line 39 of file TIndArray.h.
Definition at line 27 of file TIndArray.h.
|
inline |
Definition at line 35 of file TIndArray.h.
|
inline |
Definition at line 36 of file TIndArray.h.
Definition at line 37 of file TIndArray.h.
|
private |
[fElems] The array
Definition at line 44 of file TIndArray.h.
|
private |
! Capacity of the array
Definition at line 43 of file TIndArray.h.
|
private |
Number of elements stored in the array.
Definition at line 42 of file TIndArray.h.