SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CCircularBuffer |
Implementation of circular buffer This buffer has logical structure such as queue (FIFO). But this queue is cyclic: tape, ends of which are connected, just instead tape there is block of physical memory. So, if you push big block of data it can be situated both at the end and the begin of buffer's memory. More... | |