Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BADESCA.H>

Typedef CDesCArray

typedef CDesC16Array CDesCArray;

Description

Build independent implementation base class for descriptor arrays.

See also:

[Top]


Typedef CDesCArrayFlat

typedef CDesC16ArrayFlat CDesCArrayFlat;

Description

Build independent array of descriptors implemented using a flat buffer.

See also:

[Top]


Typedef CDesCArraySeg

typedef CDesC16ArraySeg CDesCArraySeg;

Description

Build independent array of descriptors implemented using a segmented buffer.

See also:

[Top]


Typedef CPtrCArray

typedef CPtrC16Array CPtrCArray;

Description

Build independent array of non-modifiable pointer descriptors.

A 16 bit build variant is generated for a Unicode build and an 8 bit build variant generated for a non-Unicode build.

This build independent type should always be used unless an explicit 8 bit or 16 bit build variant is required.

See also: