Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CArrayFixBase:

Inherited from CBase:

Inherited from CDesC16Array:


Construction and destruction


CDesC16ArraySeg(TInt)

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.