Definition at line 30 of file stack.hpp.
Public Member Functions | |
stack (void) | |
stack (std::size_t n) | |
bool | push (T const &v) |
bool | pop (T *ret) |
bool | empty (void) const |
Static Public Attributes | |
static const bool | is_lockfree = node::tagged_ptr::is_lockfree |
Classes | |
struct | node |