Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32base.h>

Class CArrayPakFlat

class CArrayPakFlat : public CArrayPak< T >;

Description

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.

Derivation

Members

Defined in CArrayPakFlat:


Construction and destruction


CArrayPakFlat(TInt)

inline CArrayPakFlat(TInt aGranularity);

Description

Constructs a packed flat array with specified granularity.

Note that no memory is allocated to the array buffer by this constructor.

Parameters

TInt aGranularity

The granularity of the array.

Panic codes

E32USER-CBase

20, if aGranularity is not positive.