Units
Classes, Interfaces, Objects
Types
Variables
Constants
Functions, Procedures
Identifiers

Unit rjExLists

Description

Doubly-linked List container base classes.

Classes, interfaces and objects

NameDescription
Class TBase04List List container for Items of 4 bytes size.
Class TBase04ZeroList List container for Items of 4 bytes size initialized with zeros.
Class TBase08List List container for Items of 8 bytes size.
Class TBase08ZeroList List container for Items of 8 bytes size initialized with zeros.
Class TExList Base class for doubly-linked list containers.
Class TExZeroList Base class for doubly-linked list containers which initialize their Items with zeros regardless of size.

Functions and procedures

None.

Types

NameDescription
PListNode ^TListNode
TListNode TListNode

Constants

None.

Variables

None.

Author

Ralf Junker -- delphi@zeitungsjunge.de


rjExContainer Library Version 0.2.
Copyright Ralf Junker 2000-2001.
http://www.zeitungsjunge.de/delphi/.