| class CPtrC8Array : public CArrayFixFlat< TPtrC8 > |
Array of 8 bit non-modifiable pointer descriptors, TPtrC8, implemented using a flat buffer. "bafl.lib" 5.0
| Public Member Functions | |
|---|---|
| CPtrC8Array(TInt) | |
| ~CPtrC8Array() | |
| IMPORT_C void | CopyL(const MDesC8Array &) |
| IMPORT_C TInt | MdcaCount() |
| IMPORT_C TPtrC8 | MdcaPoint(TInt) |
| void | operator=(const MDesC8Array &) |
| IMPORT_C void | CopyL | ( | const MDesC8Array & | aArray | ) |
| const MDesC8Array & aArray |
| void | operator= | ( | const MDesC8Array & | aArray | ) | [inline] |
Copies a descriptor array into this array, deleting any pre-existing elements.
The function constructs TPtrC8 elements for each descriptor element in the specified descriptor array. This operator behaves in the same ways as CPtrC8Array::CopyL().
| const MDesC8Array & aArray |