| RPointerArrayBase() |
| RPointerArrayBase(TInt) |
| RPointerArrayBase(TInt, TInt) |
| RPointerArrayBase(TAny **, TInt) |
IMPORT_C TInt | Append(const TAny *) |
IMPORT_C TAny *& | At(TInt) |
IMPORT_C TInt | BinarySearch(const TAny *, TInt &, TGeneralLinearOrder) |
IMPORT_C TInt | BinarySearch(const TAny *, TInt &, TGeneralLinearOrder, TInt) |
IMPORT_C TInt | BinarySearchSigned(TInt, TInt &) |
IMPORT_C TInt | BinarySearchSigned(TInt, TInt &, TInt) |
IMPORT_C TInt | BinarySearchUnsigned(TUint, TInt &) |
IMPORT_C TInt | BinarySearchUnsigned(TUint, TInt &, TInt) |
IMPORT_C void | Close() |
IMPORT_C void | Compress() |
IMPORT_C TInt | Count() |
IMPORT_C TInt | DoReserve(TInt) |
TAny ** | Entries() |
IMPORT_C TInt | Find(const TAny *) |
IMPORT_C TInt | Find(const TAny *, TGeneralIdentityRelation) |
IMPORT_C TInt | FindIsq(const TAny *, TGeneralLinearOrder) |
IMPORT_C TInt | FindIsq(const TAny *, TGeneralLinearOrder, TInt) |
IMPORT_C TInt | FindIsqSigned(TInt) |
IMPORT_C TInt | FindIsqSigned(TInt, TInt) |
IMPORT_C TInt | FindIsqUnsigned(TUint) |
IMPORT_C TInt | FindIsqUnsigned(TUint, TInt) |
IMPORT_C TInt | FindReverse(const TAny *) |
IMPORT_C TInt | FindReverse(const TAny *, TGeneralIdentityRelation) |
IMPORT_C TInt | GetCount(const CBase *) |
IMPORT_C const TAny * | GetElementPtr(const CBase *, TInt) |
IMPORT_C void | GranularCompress() |
IMPORT_C void | HeapSort(TGeneralLinearOrder) |
IMPORT_C void | HeapSortSigned() |
IMPORT_C void | HeapSortUnsigned() |
IMPORT_C TInt | Insert(const TAny *, TInt) |
IMPORT_C TInt | InsertIsq(const TAny *, TGeneralLinearOrder, TBool) |
IMPORT_C TInt | InsertIsqSigned(TInt, TBool) |
IMPORT_C TInt | InsertIsqUnsigned(TUint, TBool) |
IMPORT_C void | Remove(TInt) |
IMPORT_C void | Reset() |
void | ZeroCount() |