Castle Game Engine |
Unit CastleGenericListsFunctions and Procedures Types Constants Variables DescriptionWarning: this symbol is deprecated: instead of this unit, use TList and TDictionary from Generics.Collections unit, it works for all types perfectly like we want Generic list of any type (TGenericStructList) and map with keys of any type (TGenericStructMap). This unit is done to avoid problem http://bugs.freepascal.org/view.php?id=15480 with unit FGL (although it's resolved, but the solution there only applies to records; our solution applies to any type; our solution also helps for lists of methods). Based on FPC FGL unit, copyright by FPC team. License of FPC RTL is the same as our engine (modified LGPL, see COPYING.txt for details). Fixed to compile also under FPC 2.4.0 and 2.2.4. Some small comfortable methods added. Uses
OverviewClasses, Interfaces, Objects and Records
Generated by PasDoc 0.15.0. |