Thrill  0.1
ring_buffer.hpp File Reference
+ Include dependency graph for ring_buffer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::common
 Contains many common tools and helpers shared by higher layers. See common.
 

Macros

#define THRILL_COMMON_RING_BUFFER_HEADER
 

Typedefs

template<typename Type , typename Allocator = std::allocator<Type>>
using RingBuffer = tlx::RingBuffer< Type, Allocator >
 

Macro Definition Documentation

◆ THRILL_COMMON_RING_BUFFER_HEADER

#define THRILL_COMMON_RING_BUFFER_HEADER

Definition at line 13 of file ring_buffer.hpp.