MDesC16Array Class Reference

class MDesC16Array

Interface class for 16 bit descriptor arrays. It should be inherited by classes which implement this protocol. This protocol is implemented by class CDesC16Array and the concrete class CPtrC16Array.

Public Member Functions
~MDesC16Array()
TInt MdcaCount()
TPtrC16 MdcaPoint(TInt)

Constructor & Destructor Documentation

~MDesC16Array()

~MDesC16Array()[inline, virtual]

Destructor.

Member Functions Documentation

MdcaCount()

TInt MdcaCount()const [pure virtual]

Requirements

Returns the number of descriptor elements in a descriptor array.

MdcaPoint(TInt)

TPtrC16 MdcaPoint(TIntaIndex)const [pure virtual]

Requirements

Indexes into a descriptor array.

Parameters

TInt aIndexThe position of the descriptor element within a descriptor array. The position is relative to zero; i.e. zero implies the first descriptor element in a descriptor array.