TIntfQueue/TStrQueue/TQueue

Unit

Queue

TIntfQueue

Inheritance

Derived from TAbstractContainer

Implements

Description

This class store interfaces in a FIFO dynamic array.

The default capacity is 16 elements. This limit is fixed.

If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.

TStrQueue

Inheritance

Derived from TAbstractContainer

Implements

Description

This class store strings in a FIFO dynamic array.

The default capacity is 16 elements. This limit is fixed.

If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.

TQueue

Inheritance

Derived from TAbstractContainer

Implements

Description

This class store objects in a FIFO dynamic array.

The default capacity is 16 elements. This limit is fixed.

If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.