Changeset 301 for Generics/TemplateGenerics/Generic/GenericDictionary.inc
- Timestamp:
- Dec 5, 2011, 2:19:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Generic/GenericDictionary.inc
r112 r301 11 11 {$DEFINE TGListItem := TGPair} 12 12 {$DEFINE TGList := TGDictionaryList} 13 {$DEFINE TGListSortCompare := T DictionarySortCompare}14 {$DEFINE TGListToStringConverter := T DictionaryToStringConverter}15 {$DEFINE TGListFromStringConverter := T DictionaryFromStringConverter}16 {$DEFINE TGListItemArray := T DictionaryItemArray}13 {$DEFINE TGListSortCompare := TGDictionarySortCompare} 14 {$DEFINE TGListToStringConverter := TGDictionaryToStringConverter} 15 {$DEFINE TGListFromStringConverter := TGDictionaryFromStringConverter} 16 {$DEFINE TGListItemArray := TGDictionaryItemArray} 17 17 {$DEFINE INTERFACE} 18 18 {$I 'GenericList.inc'} … … 37 37 {$ENDIF} 38 38 39 40 {$IFDEF IMPLEMENTATION_USES} 41 {$I '..\Generic\GenericList.inc'} 42 {$UNDEF IMPLEMENTATION_USES} 43 {$ENDIF} 44 45 39 46 {$IFDEF IMPLEMENTATION} 40 41 {$UNDEF IMPLEMENTATION}42 {$DEFINE IMPLEMENTATION_USES}43 {$I '..\Generic\GenericList.inc'}44 47 45 48 {$DEFINE TGListIndex := TGDictionaryIndex} 46 49 {$DEFINE TGListItem := TGPair} 47 50 {$DEFINE TGList := TGDictionaryList} 48 {$DEFINE TGListSortCompare := T DictionarySortCompare}49 {$DEFINE TGListToStringConverter := T DictionaryToStringConverter}50 {$DEFINE TGListFromStringConverter := T DictionaryFromStringConverter}51 {$DEFINE TGListItemArray := T DictionaryItemArray}51 {$DEFINE TGListSortCompare := TGDictionarySortCompare} 52 {$DEFINE TGListToStringConverter := TGDictionaryToStringConverter} 53 {$DEFINE TGListFromStringConverter := TGDictionaryFromStringConverter} 54 {$DEFINE TGListItemArray := TGDictionaryItemArray} 52 55 {$DEFINE IMPLEMENTATION} 53 56 {$I 'GenericList.inc'}
Note:
See TracChangeset
for help on using the changeset viewer.