library of assembled shared sources

http://lass.cocamware.com

lass::stde::lock_free_queue< T, FixedAllocator >::node_t Struct Reference


Data Fields

pointer_t next
value_typevalue

Detailed Description

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

Definition at line 83 of file lock_free_queue.h.


Field Documentation

template<typename T , typename FixedAllocator = util::AllocatorFixed<util::AllocatorMalloc>>
pointer_t lass::stde::lock_free_queue< T, FixedAllocator >::node_t::next

template<typename T , typename FixedAllocator = util::AllocatorFixed<util::AllocatorMalloc>>
value_type* lass::stde::lock_free_queue< 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