class CArrayPakFlat : public CArrayPak |
Public Member Functions | |
---|---|
CArrayPakFlat(TInt) |
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.
panic
E32USER-CBase 20, if aGranularity is not positive.
TInt aGranularity | The granularity of the array. |