class RArray
|
Resizable array class. More... |
|
|
Public Methods
Resizable array class.
This resizable array is used to simplify the implementation. The existance of
this class is to keep the implementation from depending on a separate
framework/library.
Constructs an empty (size == 0) array.
Resizable array destructor.
Z & operator[] (int)
| operator[] |
The [] operator does the work. If the index is larger than the current
size of the array, it is resized.
[const]
Returns the size of the array.
Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $. |