- Timestamp:
- Jan 3, 2011, 7:22:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Specialized/SpecializedMatrix.pas
r107 r109 16 16 {$DEFINE TGMatrixItem := Integer} 17 17 {$DEFINE TGMatrixIndex := TMatrixIntegerIndex} 18 {$DEFINE TGMatrixRow := TMatrixIntegerRow} 18 19 {$DEFINE TGMatrix := TMatrixInteger} 19 20 {$DEFINE TGMatrixSortCompare := TMatrixIntegerSortCompare} … … 28 29 {$DEFINE TGMatrixItem := TObject} 29 30 {$DEFINE TGMatrixIndex := TMatrixObjectIndex} 31 {$DEFINE TGMatrixRow := TMatrixObjectRow} 30 32 {$DEFINE TGMatrix := TMatrixObject} 31 33 {$DEFINE TGMatrixSortCompare := TMatrixObjectSortCompare} … … 45 47 {$DEFINE TGMatrixItem := Integer} 46 48 {$DEFINE TGMatrixIndex := TMatrixIntegerIndex} 49 {$DEFINE TGMatrixRow := TMatrixIntegerRow} 47 50 {$DEFINE TGMatrix := TMatrixInteger} 48 51 {$DEFINE TGMatrixSortCompare := TMatrixIntegerSortCompare} … … 57 60 {$DEFINE TGMatrixItem := TObject} 58 61 {$DEFINE TGMatrixIndex := TMatrixObjectIndex} 62 {$DEFINE TGMatrixRow := TMatrixObjectRow} 59 63 {$DEFINE TGMatrix := TMatrixObject} 60 64 {$DEFINE TGMatrixSortCompare := TMatrixObjectSortCompare}
Note:
See TracChangeset
for help on using the changeset viewer.