Ignore:
Timestamp:
Oct 31, 2010, 3:14:23 PM (14 years ago)
Author:
george
Message:
  • Modified: Thanks to compiler directives and simple macros specialized types was moved to one unit per base generic class. Directive $DEFINE is used to specify generic class template parameters which will be included to code. This approach enable to define more specialized types per unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Demo/UMainForm.pas

    r80 r84  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    9   ComCtrls, ListInteger, ListString, DictionaryStringString, QueueInteger, ListChar,
    10   ListPointer, DateUtils, ListObject;
     9  ComCtrls, SpecializedList, SpecializedDictionary, SpecializedQueue,
     10  DateUtils, ListObject;
    1111
    1212type
Note: See TracChangeset for help on using the changeset viewer.