equal
deleted
inserted
replaced
27 class TKeyArrayFixPtr : public TKeyArrayFix |
27 class TKeyArrayFixPtr : public TKeyArrayFix |
28 // |
28 // |
29 // Generic Key class for sorting arrays of pointers in flat arrays. |
29 // Generic Key class for sorting arrays of pointers in flat arrays. |
30 // |
30 // |
31 /** |
31 /** |
32 @internalComponent |
32 @publishedAll |
33 @released |
33 @released |
34 */ |
34 */ |
35 { |
35 { |
36 public: |
36 public: |
37 inline TKeyArrayFixPtr(TInt anOffset,TKeyCmpText aType); |
37 inline TKeyArrayFixPtr(TInt anOffset,TKeyCmpText aType); |
49 // The array of TMsvEntry pointers |
49 // The array of TMsvEntry pointers |
50 // |
50 // |
51 |
51 |
52 class CMsvEntryArray : public CArrayPtrFlat<const TMsvEntry> |
52 class CMsvEntryArray : public CArrayPtrFlat<const TMsvEntry> |
53 /** |
53 /** |
54 @internalComponent |
54 @publishedAll |
55 @released |
55 @released |
56 */ |
56 */ |
57 { |
57 { |
58 public: |
58 public: |
59 IMPORT_C static CMsvEntryArray* NewL(const CArrayFix<TUid>& iMtmList); |
59 IMPORT_C static CMsvEntryArray* NewL(const CArrayFix<TUid>& iMtmList); |