#include <e32base.h>
| class CArrayVarFlat : public CArrayVar | 
| Public Member Functions | |
|---|---|
| CArrayVarFlat(TInt) | |
Array of variable length objects implemented using a flat dynamic buffer.
The elements of the array are instances of the template class T and are contained within their own heap cells. Pointers to the elements are maintained within the flat dynamic buffer, a CBufFlat.
The elements can be T or R type objects and must have an accessible default constructor.
See also: CBufFlat
| CArrayVarFlat | ( | TInt | aGranularity | ) | [inline, explicit] | 
Constructs a variable flat array with specified granularity.
Note that no memory is allocated to the array buffer by this constructor.
| Parameter | Description | 
|---|---|
| aGranularity | The granularity of the array. |