Fixed size circular buffer. \ Size **must** be a power of 2. Block when reading when empty or writing when full.
Ctor
Cleanup everything, don't use the buffer afterwards.
Extract a value.
Empty the buffer.
Append a new value.
Is the buffer empty ?
Is the buffer full ?
See Implementation
Fixed size circular buffer. \ Size **must** be a power of 2. Block when reading when empty or writing when full.