#include <slist.hpp>


Public Types | |
| typedef T | value_type |
| typedef slist_hook < VoidPointer >::type | hook_type |
Public Member Functions | |
| T & | get_data () |
| const T & | get_data () const |
Public Attributes | |
| T | m_data |
| typedef slist_hook<VoidPointer>::type boost::container::container_detail::slist_node< T, VoidPointer >::hook_type |
| typedef T boost::container::container_detail::slist_node< T, VoidPointer >::value_type |
|
inline |
|
inline |
| T boost::container::container_detail::slist_node< T, VoidPointer >::m_data |