[Overview][Types][Classes][Index] |
Total memory required for item data stored in the queue.
Source position: dynqueue.pas line 71
public property TDynamicDataQueue.Size : Int64 |
Size is a read-only Int64 property that contains the total memory required for item data stored in the queue. The value in Size in incremented in PushInternal when an item is successfully added to the ring queue storage. Conversely, the value in Size is decremented when the PopTopInternal method successfully removes an item from the storage for the ring queue.
|
Adds the specified content to the FIFO queue. |
|
|
Removes an item from the top of the FIFO queue. |
Version 4.0 | Generated 2025-05-03 | Home |