Unit CastleGenericLists

Functions and Procedures
Types
Constants
Variables

Description

Warning: 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

  • FGL

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TGenericStructList Generic list of types that are compared by CompareByte.
Class TGenericStructMap Generic map of types, with keys compared by CompareByte.

Generated by PasDoc 0.15.0.