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: dfaure on kde.faure.org on Thu Jan 17 22:15:01 2002, using kdoc 2.0a53. |