library of assembled shared sources |
http://lass.cocamware.com |
Data Fields | |
node_t * | next |
value_type | value |
Definition at line 76 of file lock_free_stack.h.
node_t* lass::util::lock_free_stack< T, FixedAllocator >::node_t::next |
Definition at line 78 of file lock_free_stack.h.
Referenced by lass::util::lock_free_stack< T, FixedAllocator >::make_node(), lass::util::lock_free_stack< T, FixedAllocator >::push_node(), and lass::util::lock_free_stack< T, FixedAllocator >::~lock_free_stack().
value_type lass::util::lock_free_stack< T, FixedAllocator >::node_t::value |
Definition at line 79 of file lock_free_stack.h.
Referenced by lass::util::lock_free_stack< T, FixedAllocator >::free_node(), lass::util::lock_free_stack< T, FixedAllocator >::make_node(), lass::util::lock_free_stack< T, FixedAllocator >::pop(), and lass::util::lock_free_stack< T, FixedAllocator >::pop_swap().
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |