Click or drag to resize

FifoQueueT Fields

The FifoQueueT generic type exposes the following members.

Fields
  NameDescription
Protected field_count
Number of elements currently in the queue/circular array
Protected field_head
Index of first element in circular array _q
Protected field_q
Internal array of queue values, used as circular array.
Top
See Also