Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CDesC8ArrayFlat

class CDesC8ArrayFlat : public CDesC8Array;

Description

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

Derivation

Members

Defined in CDesC8ArrayFlat:

Inherited from CArrayFixBase:

Inherited from CBase:

Inherited from CDesC8Array:


Construction and destruction


CDesC8ArrayFlat(TInt)

IMPORT_C CDesC8ArrayFlat(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


~CDesC8ArrayFlat()

IMPORT_C ~CDesC8ArrayFlat();

Description

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