ROOT 6.14/05 Reference Guide |
Definition at line 14 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 17 of file TIndArray.h.
|
inlinevirtual |
Definition at line 20 of file TIndArray.h.
Definition at line 36 of file TIndArray.h.
|
inline |
Definition at line 37 of file TIndArray.h.
Definition at line 25 of file TIndArray.h.
|
inline |
Definition at line 33 of file TIndArray.h.
|
inline |
Definition at line 34 of file TIndArray.h.
Definition at line 35 of file TIndArray.h.
|
private |
[fElems] The array
Definition at line 42 of file TIndArray.h.
|
private |
! Capacity of the array
Definition at line 41 of file TIndArray.h.
|
private |
Number of elements stored in the array.
Definition at line 40 of file TIndArray.h.