A ring-buffer data structure
PyFoam.Basics.RingBuffer.
RingBuffer
Bases: object
object
A data structure that stores a number N of elements. The N+1-element overwrites the first and so on ….
dump
(starting with the oldest)
insert
Inserts am element into the ring-buffer
last
nothing was inserted into the buffer