library of assembled shared sources

http://lass.cocamware.com

lass::stde::slist< T, Alloc >::node_t Struct Reference

Inheritance diagram for lass::stde::slist< T, Alloc >::node_t:

Inheritance graph
[legend]
Collaboration diagram for lass::stde::slist< T, Alloc >::node_t:

Collaboration graph
[legend]

Data Fields

T value
node_base_tnext

Detailed Description

template<typename T, class Alloc = std::allocator<T>>
struct lass::stde::slist< T, Alloc >::node_t

Definition at line 71 of file slist.h.


Field Documentation

template<typename T , class Alloc = std::allocator<T>>
T lass::stde::slist< T, Alloc >::node_t::value

Definition at line 73 of file slist.h.

Referenced by lass::stde::slist< T, Alloc >::make_node().

template<typename T , class Alloc = std::allocator<T>>
node_base_t* lass::stde::slist< T, Alloc >::node_base_t::next [inherited]


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