ATLAS Offline Software
|
Definition of an ArrayList. More...
#include <arraylist.h>
Public Attributes | |
ArrayListValue * | data |
Entries in the array. More... | |
int | length |
Length of the array. More... | |
int | _alloced |
Private data and should not be accessed. More... | |
Definition of an ArrayList.
Definition at line 65 of file arraylist.h.
int _ArrayList::_alloced |
Private data and should not be accessed.
Definition at line 77 of file arraylist.h.
ArrayListValue* _ArrayList::data |
Entries in the array.
Definition at line 69 of file arraylist.h.
int _ArrayList::length |
Length of the array.
Definition at line 73 of file arraylist.h.