Ignore:
Timestamp:
Jan 3, 2011, 7:22:47 AM (13 years ago)
Author:
george
Message:
  • Added: TGMatrix implode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Specialized/SpecializedMatrix.pas

    r107 r109  
    1616{$DEFINE TGMatrixItem := Integer}
    1717{$DEFINE TGMatrixIndex := TMatrixIntegerIndex}
     18{$DEFINE TGMatrixRow := TMatrixIntegerRow}
    1819{$DEFINE TGMatrix := TMatrixInteger}
    1920{$DEFINE TGMatrixSortCompare := TMatrixIntegerSortCompare}
     
    2829{$DEFINE TGMatrixItem := TObject}
    2930{$DEFINE TGMatrixIndex := TMatrixObjectIndex}
     31{$DEFINE TGMatrixRow := TMatrixObjectRow}
    3032{$DEFINE TGMatrix := TMatrixObject}
    3133{$DEFINE TGMatrixSortCompare := TMatrixObjectSortCompare}
     
    4547{$DEFINE TGMatrixItem := Integer}
    4648{$DEFINE TGMatrixIndex := TMatrixIntegerIndex}
     49{$DEFINE TGMatrixRow := TMatrixIntegerRow}
    4750{$DEFINE TGMatrix := TMatrixInteger}
    4851{$DEFINE TGMatrixSortCompare := TMatrixIntegerSortCompare}
     
    5760{$DEFINE TGMatrixItem := TObject}
    5861{$DEFINE TGMatrixIndex := TMatrixObjectIndex}
     62{$DEFINE TGMatrixRow := TMatrixObjectRow}
    5963{$DEFINE TGMatrix := TMatrixObject}
    6064{$DEFINE TGMatrixSortCompare := TMatrixObjectSortCompare}
Note: See TracChangeset for help on using the changeset viewer.