#include "common/util.h"
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | TwinE::RingBuffer< TYPE, SIZE > |
Non allocating buffer class holds a maximum of given entries and allows an endless insert by overrinding previous elements in the buffer. More... | |
class | TwinE::RingBuffer< TYPE, SIZE >::iterator |