RingBuffer.h File Reference
#include <sys/types.h>
#include "system/System.h"
#include <bqvec/Barrier.h>
#include <bqvec/VectorOps.h>
#include <vector>
Include dependency graph for RingBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RingBuffer< T, N >
 RingBuffer implements a lock-free ring buffer for one writer and N readers, that is to be used to store a sample type T. More...