Code for the Dynamic Array template for storing pointers
This is a dynamic array that grows as needed.Holes are not allowed in the array so you can not grow the array by more than one element when allocating. You can explicitly SetSize() if you want to save time by preventing multiple calls to realloc().Warning: This array automatically calls delete on all of the elements when the array is destroyed. If you want to get around this call Clear() before the array gets destroyed.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling