Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BADESCA.H>
Link against: bafl.lib

Class CDesC8ArraySeg

class CDesC8ArraySeg : public CDesC8Array;

Description

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

Derivation

Members

Defined in CDesC8ArraySeg:

Inherited from CArrayFixBase:

Inherited from CBase:

Inherited from CDesC8Array:


Construction and destruction


CDesC8ArraySeg(TInt)

IMPORT_C CDesC8ArraySeg(TInt aGranularity);

Description

Constructs a segmented descriptor array with the specified granularity.

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

Parameters

TInt aGranularity

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


~CDesC8ArraySeg()

IMPORT_C ~CDesC8ArraySeg();

Description

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