| class CDesC8Array : public CArrayFixBase |
An implementation base class for 8 bit descriptor arrays.
It provides some of the behaviour for 8 bit descriptor arrays. The class is abstract and cannot be instantiated.
| Public Member Functions | |
|---|---|
| ~CDesC8Array() | |
| IMPORT_C void | AppendL(const TDesC8 &) |
| IMPORT_C void | Delete(TInt) |
| IMPORT_C void | Delete(TInt, TInt) |
| IMPORT_C TInt | Find(const TDesC8 &, TInt &, TKeyCmpText) |
| IMPORT_C TInt | FindIsq(const TDesC8 &, TInt &, TKeyCmpText) |
| IMPORT_C TInt | InsertIsqAllowDuplicatesL(const TDesC8 &, TKeyCmpText) |
| IMPORT_C TInt | InsertIsqL(const TDesC8 &, TKeyCmpText) |
| IMPORT_C void | InsertL(TInt, const TDesC8 &) |
| IMPORT_C TInt | MdcaCount() |
| IMPORT_C TPtrC8 | MdcaPoint(TInt) |
| IMPORT_C void | Reset() |
| IMPORT_C void | Sort(TKeyCmpText) |
| TPtrC8 | operator[](TInt) |
| Protected Member Functions | |
|---|---|
| CDesC8Array(TBufRep, TInt) | |
| IMPORT_C TInt | Find | ( | const TDesC8 & | aPtr, |
| TInt & | aPos, | |||
| TKeyCmpText | aTextComparisonType = ECmpFolded | |||
| ) | const | |||
| const TDesC8 & aPtr | |
| TInt & aPos | |
| TKeyCmpText aTextComparisonType = ECmpFolded |
| IMPORT_C TInt | FindIsq | ( | const TDesC8 & | aPtr, |
| TInt & | aPos, | |||
| TKeyCmpText | aTextComparisonType = ECmpFolded | |||
| ) | const | |||
| const TDesC8 & aPtr | |
| TInt & aPos | |
| TKeyCmpText aTextComparisonType = ECmpFolded |
| IMPORT_C TInt | InsertIsqAllowDuplicatesL | ( | const TDesC8 & | aPtr, |
| TKeyCmpText | aTextComparisonType = ECmpFolded | |||
| ) | ||||
| const TDesC8 & aPtr | |
| TKeyCmpText aTextComparisonType = ECmpFolded |
| IMPORT_C TInt | InsertIsqL | ( | const TDesC8 & | aPtr, |
| TKeyCmpText | aTextComparisonType = ECmpFolded | |||
| ) | ||||
| const TDesC8 & aPtr | |
| TKeyCmpText aTextComparisonType = ECmpFolded |
| IMPORT_C void | Sort | ( | TKeyCmpText | aTextComparisonType = ECmpFolded | ) |
| TKeyCmpText aTextComparisonType = ECmpFolded |