Ring |
The RingBufferEnqueueableOnlyT type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity | Gets the maximum number of elements that this buffer can store. | |
| Count | Gets the number of elements in this buffer. | |
| IsEmpty | ||
| Item | Gets the element with the specified index. The newest element is at index 0. | |
| NewestValue | Gets the newest element available. An exception is thrown if no element is enqueued. | |
| OldestValue | Gets the oldest element available. An exception is thrown if no element is enqueued. |