Location:
e32base.h
class CArrayPakFlat : public CArrayPak< T >;
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.
CArrayPak< T >
- No description.
CArrayPakFlat
- Array of variable length objects packed into a flat buffer
Defined in CArrayPakFlat
:
CArrayPakFlat()
inline CArrayPakFlat(TInt aGranularity);
Constructs a packed flat array with specified granularity.
Note that no memory is allocated to the array buffer by this constructor.
|
|