Location:
BADESCA.H
Link against: bafl.lib
class CDesC8ArrayFlat : public CDesC8Array;
An array of 8 bit descriptors implemented using a flat buffer. "bafl.lib"
MDesC8Array
- Interface class for 8 bit descriptor arrays
CBase
- Base class for all classes to be instantiated on the heap
CArrayFixBase
- Base class for arrays of fixed length objects
CDesC8Array
- An implementation base class for 8 bit descriptor arrays
CDesC8ArrayFlat
- An array of 8 bit descriptors implemented using a flat buffer
Defined in CDesC8ArrayFlat
:
CDesC8ArrayFlat()
, ~CDesC8ArrayFlat()
Inherited from CArrayFixBase
:
Compress()
,
Count()
,
Length()
Inherited from CBase
:
Extension_()
,
operator new()
Inherited from CDesC8Array
:
AppendL()
,
Delete()
,
Find()
,
FindIsq()
,
InsertIsqAllowDuplicatesL()
,
InsertIsqL()
,
InsertL()
,
MdcaCount()
,
MdcaPoint()
,
Reset()
,
Sort()
,
operator[]()
IMPORT_C CDesC8ArrayFlat(TInt aGranularity);
Constructs a flat descriptor array with the specified granularity.
No memory is allocated to the array buffer by this constructor.
|
IMPORT_C ~CDesC8ArrayFlat();
Frees all resources owned by the object, prior to its destruction.