|
void | Clear () |
|
| DelayBuffer (int bufferSize) |
|
bool | Add (T t, out T delayedT) |
| Returns true if the buffer was full and out "delayedT" will contain the oldest value in the buffer, otherwise returns false. More...
|
|
Definition at line 11 of file DelayBuffer.cs.
◆ DelayBuffer()
◆ Add()
Returns true if the buffer was full and out "delayedT" will contain the oldest value in the buffer, otherwise returns false.
Definition at line 34 of file DelayBuffer.cs.
◆ Clear()
◆ Buffer
Returns the underlying Buffer object.
Definition at line 16 of file DelayBuffer.cs.
◆ Capacity
◆ Count
◆ IsEmpty
◆ IsFull
The documentation for this class was generated from the following file: