class CPtrC16Array : public CArrayFixFlat< TPtrC16 > |
An array of 16 bit non-modifiable pointer descriptors, TPtrC16, implemented using a flat buffer. "bafl.lib" 5.0
Public Member Functions | |
---|---|
CPtrC16Array(TInt) | |
~CPtrC16Array() | |
IMPORT_C void | CopyL(const MDesC16Array &) |
IMPORT_C TInt | MdcaCount() |
IMPORT_C TPtrC16 | MdcaPoint(TInt) |
void | operator=(const MDesC16Array &) |
IMPORT_C void | CopyL | ( | const MDesC16Array & | aArray | ) |
const MDesC16Array & aArray |
void | operator= | ( | const MDesC16Array & | aArray | ) | [inline] |
Copies a descriptor array into this array, deleting any pre-existing elements.
The function constructs TPtrC16 elements for each descriptor element in the specified descriptor array.This operator behaves in the same ways as CPtrC16Array::CopyL().
const MDesC16Array & aArray | A reference to any descriptor array which satisfies the protocol defined by this mixin class. |