#include <bamdesca.h>
| class MDesC16Array |
| Public Member Functions | |
|---|---|
| virtual | ~MDesC16Array() |
| pure virtual TInt | MdcaCount() |
| pure virtual TPtrC16 | MdcaPoint(TInt) |
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.
| TInt | MdcaCount | ( | ) | const [pure virtual] |
Requirements
Returns the number of descriptor elements in a descriptor array.
Returns: The number of descriptor elements in a descriptor array.
Requirements
Indexes into a descriptor array.
| Parameter | Description |
|---|---|
| aIndex | The 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. |
Returns: A 16 bit non-modifiable pointer descriptor representing the descriptor element located at position aIndex within a descriptor array.