class RArray
|
Resizable array class. More... |
|
|
Public Methods
Detailed Description
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.
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: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:39 2000, using kdoc 2.0a42. |