CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces
spsc_ring_buffer.h File Reference

Single producer / single consumer wait-free ring buffer definition. More...

#include <atomic>
#include <cassert>
#include <cstdio>
#include <cstring>
#include "spsc_ring_buffer.inl"

Go to the source code of this file.

Classes

class  CppCommon::SPSCRingBuffer
 Single producer / single consumer wait-free ring buffer. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Detailed Description

Single producer / single consumer wait-free ring buffer definition.

Author
Ivan Shynkarenka
Date
16.01.2016

Definition in file spsc_ring_buffer.h.