Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: BADESCA.H
Link against: bafl.lib

Class CDesC16ArrayFlat

class CDesC16ArrayFlat : public CDesC16Array;

Description

Array of 16 bit descriptors implemented using a flat buffer. "bafl.lib

Derivation

Members

Defined in CDesC16ArrayFlat:
CDesC16ArrayFlat(), ~CDesC16ArrayFlat()

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[]()


Construction and destruction


CDesC16ArrayFlat()

IMPORT_C CDesC16ArrayFlat(TInt aGranularity);

Description

Constructs a flat descriptor array with the specified granularity.

No memory is allocated to the array buffer by this constructor.

Parameters

TInt aGranularity


~CDesC16ArrayFlat()

IMPORT_C ~CDesC16ArrayFlat();

Description

Frees all resources owned by the object, prior to its destruction.