MDesC8Array Class Reference

#include <bamdesca.h>

class MDesC8Array
Public Member Functions
virtual ~MDesC8Array()
pure virtual TInt MdcaCount()
pure virtual TPtrC8 MdcaPoint(TInt)

Detailed Description

Interface class for 8 bit descriptor arrays. It should be inherited by classes which implement this protocol.

This protocol is implemented by class CDesC8Array and the concrete class CPtrC8Array.

Constructor & Destructor Documentation

~MDesC8Array ( )

~MDesC8Array()[inline, virtual]

Destructor.

Member Function Documentation

MdcaCount ( )

TInt MdcaCount()const [pure virtual]

Requirements

Returns the number of descriptor elements in a descriptor array.

Return Value
The number of descriptor elements in a descriptor array.

MdcaPoint ( TInt )

TPtrC8 MdcaPoint(TIntaIndex)const [pure virtual]

Requirements

Indexes into a descriptor array.

Parameters
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.
Return Value
An 8 bit non-modifiable pointer descriptor representing the descriptor element located at position aIndex within a descriptor array.