|
||
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
.
Defined in MDesC16Array
:
MdcaCount()const
RequirementsMdcaPoint(TInt)const
Requirements~MDesC16Array()
Destructor. virtual TInt MdcaCount() const=0;
Requirements
Returns the number of descriptor elements in a descriptor array.
|
virtual TPtrC16 MdcaPoint(TInt aIndex) const=0;
Requirements
Indexes into a descriptor array.
|
|