ATLAS Offline Software
Public Attributes | List of all members
_ArrayList Struct Reference

Definition of an ArrayList. More...

#include <arraylist.h>

Collaboration diagram for _ArrayList:

Public Attributes

ArrayListValuedata
 Entries in the array. More...
 
int length
 Length of the array. More...
 
int _alloced
 Private data and should not be accessed. More...
 

Detailed Description

Definition of an ArrayList.

Definition at line 65 of file arraylist.h.

Member Data Documentation

◆ _alloced

int _ArrayList::_alloced

Private data and should not be accessed.

Definition at line 77 of file arraylist.h.

◆ data

ArrayListValue* _ArrayList::data

Entries in the array.

Definition at line 69 of file arraylist.h.

◆ length

int _ArrayList::length

Length of the array.

Definition at line 73 of file arraylist.h.


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