#include <e32base.h>
| class CArrayPakFlat : public CArrayPak |
| Public Member Functions | |
|---|---|
| CArrayPakFlat(TInt) | |
Array of variable length objects packed into a flat buffer.
The elements of the array are instances of the template class T and are contained within a flat dynamic buffer, a CBufFlat.
The elements can be T or R type objects and must have an accessible default constructor.
See also: CBufFlat
| CArrayPakFlat | ( | TInt | aGranularity | ) | [inline, explicit] |
Constructs a packed flat array with specified granularity.
Note that no memory is allocated to the array buffer by this constructor.
| Parameters | |
|---|---|
| aGranularity | The granularity of the array. |
| Panic Codes | |
|---|---|
| E32USER-CBase | 20, if aGranularity is not positive. |