|
|
An array of bufferStores
| |
constructs a new bufferArray. A minimum of ALLOC_MIN elements is allocated.
| |
Constructs a new bufferArray.
Parameters:
| a | The initial contents for this array. |
| ~ |
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:
| s | The bufferStore to be appended. |
Returns: A new bufferArray with bufferStore appended to.
| bufferArray |
Concatenates two bufferArrays.
Parameters:
| a | The bufferArray to be appended. |
Returns: A new bufferArray consisting with a appended.
| bufferArray & |
Appends a bufferStore to current instance.
Parameters:
| s | The bufferStore to append. |
Returns: A reference to the current instance with s appended.
| bufferArray & |
Appends a bufferArray to current instance.
Parameters:
| a | The bufferArray to append. |
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:
| b | The bufferStore to be inserted. |
| void |
Appends a bufferStore.
Parameters:
| b | The bufferStore to be appended. |
| long |
Evaluates the current length.
Returns: The current number of bufferStores
| void |
Empties the bufferArray.
| Generated by: felfert@usw-pr-shell1.sourceforge.net on Sat Aug 10 18:46:04 2002, using kdoc 2.0a36. |