[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Maps' (#lazutils)

itsPtrSize

Constant that indicates the size of a signed Pointer in the map.

Declaration

Source position: maps.pp line 40

const itsPtrSize = its4;

Description

itsPtrSize is a constant TMapIdType data type that indicates the size used for a signed Pointer in the map. The definition is CPU-specific. For a 64-bit CPU, it is defined as its8 in TMapIdType (or Int64). For all other CPUs, it is defines as its4 in TMapIdType (or LongInt).

Use ituPtrSize to get the length of an unsigned Pointer in the map.

Remark: Not used in the current implementation.

Version 3.2 Generated 2024-02-25 Home