lockfree::simple_stack< Elt, Alloc > Class Template Reference

List of all members.

Classes

struct  node
struct  wrapped

Public Member Functions

 simple_stack (Alloc alloc=Alloc())
void push (const Elt &e)
void push (Elt &&e)
wrapped pop ()

template<typename Elt, typename Alloc = std::allocator<Elt>>
class lockfree::simple_stack< Elt, Alloc >


The documentation for this class was generated from the following file: