Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: BADESCA.H
Link against: bafl.lib

Class CDesC16ArraySeg

class CDesC16ArraySeg : public CDesC16Array;

Description

An array of 16 bit descriptors implemented using a segmented buffer. "bafl.lib"

Derivation

Members

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


Construction and destruction


CDesC16ArraySeg()

IMPORT_C CDesC16ArraySeg(TInt aGranularity);

Description

Construct a segmented descriptor array with the specified granularity.

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

Parameters

TInt aGranularity

The granularity of the array. This value must be positive otherwise the constructor raises an E32USER-CBase 18 panic.


~CDesC16ArraySeg()

IMPORT_C ~CDesC16ArraySeg();

Description

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