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

ituPtrSize

Constant that indicates the size of an unsigned Pointer in the map.

Declaration

Source position: maps.pp line 41

const ituPtrSize = itu4;

Description

ituPtrSize is a constant TMapIdType data type that indicates the size used for an unsigned Pointer in the map. The definition is CPU-specific. For a 64-bit CPU, it is defined as itu8 in TMapIdType (or QWord). For all other CPUs, it is defines as itu4 in TMapIdType (or LongWord).

Use itsPtrSize to get the length of a signed Pointer in the map.

Remark: Not used in the current implementation.

Version 3.2 Generated 2024-02-25 Home