next up previous contents
Next: Constructors Up: ResizeArray Previous: ResizeArray

Description

A template class which implements a dynamically-growing, automatically resizing array of data of a given type. Elements in the array may be accessed via the [] operator. When new data is added to the end of an array, the size of the array is automatically increased if necessary.

A ResizeArray has two sizes that are important:



Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999