Unit CastleGenericLists

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Generic list of any type (TGenericStructList) and map with keys of any type (TGenericStructMap).

This unit is ostensibly done to avoid bug http://bugs.freepascal.org/view.php?id=15480 with unit FGL.

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.14.0.