Location:
e32base.h
Link against: euser.lib
CArrayPakFlat<Class T>
Supported from 5.0
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.
|
Defined in CArrayPakFlat
:
CArrayPakFlat()
Inherited from CArrayPak
:
AppendL()
,
Array()
,
At()
,
ExpandL()
,
ExtendL()
,
Find()
,
FindIsq()
,
InsertIsqAllowDuplicatesL()
,
InsertIsqL()
,
InsertL()
,
operator[]
Inherited from CArrayPakBase
:
Compress()
,
Count()
,
Delete()
,
Length()
,
Reset()
,
SortL()
Inherited from CBase
:
operator new()
CArrayPakFlat(TInt aGranularity);
Constructs a packed flat array with specified granularity.
Notes
No memory is allocated to the array buffer by this C++ constructor.
|