Main Page
|
Data Structures
|
File List
|
Data Fields
|
Globals
_ArrayList Struct Reference
An ArrayList structure.
More...
#include <arraylist.h>
Data Fields
void **
data
Entries in the array.
int
length
Length of the array.
int
_alloced
Private data and should not be accessed.
Detailed Description
An ArrayList structure.
New ArrayLists can be created using the arraylist_new function.
See also:
arraylist_new
The documentation for this struct was generated from the following file:
arraylist.h
Generated on Mon Jan 30 18:56:23 2006 for C Algorithms by
1.4.4