library of assembled shared sources

http://lass.cocamware.com

lass::util::lock_free_stack< T, FixedAllocator >::node_t Struct Reference

Collaboration diagram for lass::util::lock_free_stack< T, FixedAllocator >::node_t:

Collaboration graph
[legend]

Data Fields

node_tnext
value_type value

Detailed Description

template<typename T, typename FixedAllocator = AllocatorFixed<AllocatorMalloc>>
struct lass::util::lock_free_stack< T, FixedAllocator >::node_t

Definition at line 76 of file lock_free_stack.h.


Field Documentation

template<typename T , typename FixedAllocator = AllocatorFixed<AllocatorMalloc>>
node_t* lass::util::lock_free_stack< T, FixedAllocator >::node_t::next

template<typename T , typename FixedAllocator = AllocatorFixed<AllocatorMalloc>>
value_type lass::util::lock_free_stack< T, FixedAllocator >::node_t::value


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

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo