[Overview][Types][Classes][Index] |
Total number of entries that have been pushed onto the queue.
Source position: lazcollections.pas line 75
public property TLazFifoQueue.TotalItemsPushed : QWord |
Used with QueueSize to determine the last position (tail) for the queue. (TotalItemsPushed mod QueueSize). Used with TotalItemsPopped to determine if the queue is empty or full. The value for the property is incremented in the PushItem method after the item has been stored in the internal storage at the tail for the queue.
|
Total number of entries that have been popped off of the queue. |
|
|
Size (or depth) for the queue. |
|
|
Pushes an item of the specified type onto the tail of the queue. |
Version 4.0 | Generated 2025-05-03 | Home |