Inherits noncopyable.
Inherited by boost::lockfree::fifo< T, freelist_t, Alloc >.
List of all members.
Classes |
struct | node |
Public Member Functions |
| fifo (std::size_t initial_nodes) |
bool | empty (void) |
bool | enqueue (T const &t) |
bool | dequeue (T *ret) |
Static Public Attributes |
static const bool | is_lockfree = node::tagged_ptr_t::is_lockfree |
Detailed Description
template<typename T, typename freelist_t, typename Alloc>
class boost::lockfree::detail::fifo< T, freelist_t, Alloc >
Definition at line 39 of file fifo.hpp.
The documentation for this class was generated from the following file: