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