|
|
An array of bufferStores
|
constructs a new bufferArray. A minimum of ALLOC_MIN elements is allocated.
|
Constructs a new bufferArray.
Parameters:
~ |
Destroys the bufferArray.
bufferArray & |
Copys the bufferArray.
bool |
[const]
Checks if this bufferArray is empty.
Returns: true if the bufferArray is empty.
bufferStore & |
Retrieves the bufferStore at given index.
Returns: The bufferStore at index.
bufferArray |
Appends a bufferStore to a bufferArray.
Parameters:
Returns: A new bufferArray with bufferStore appended to.
bufferArray |
Concatenates two bufferArrays.
Parameters:
Returns: A new bufferArray consisting with a appended.
bufferArray & |
Appends a bufferStore to current instance.
Parameters:
Returns: A reference to the current instance with s appended.
bufferArray & |
Appends a bufferArray to current instance.
Parameters:
Returns: A reference to the current instance with a appended.
bufferStore |
Removes the first bufferStore.
Returns: The removed bufferStore.
void |
Inserts a bufferStore at index 0.
Parameters:
void |
Appends a bufferStore.
Parameters:
long |
Evaluates the current length.
Returns: The current number of bufferStores
void |
Empties the bufferArray.
Generated by: felfert@floh.fe.think on Mon Jul 23 21:42:43 2001, using kdoc 2.0a40. |