#include <fifo.hpp>
Inherits boost::lockfree::detail::fifo< T, freelist_t, Alloc >.
List of all members.
Public Member Functions |
| fifo (std::size_t initial_nodes) |
Detailed Description
template<typename T, typename freelist_t = caching_freelist_t, typename Alloc = std::allocator<T>>
class boost::lockfree::fifo< T, freelist_t, Alloc >
lockfree fifo
Definition at line 205 of file fifo.hpp.
The documentation for this class was generated from the following file: