Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::container_detail::slist_node< T, VoidPointer > Struct Template Reference

#include <slist.hpp>

Inheritance diagram for boost::container::container_detail::slist_node< T, VoidPointer >:
Collaboration diagram for boost::container::container_detail::slist_node< T, VoidPointer >:

Public Types

typedef T value_type
 
typedef slist_hook
< VoidPointer >::type 
hook_type
 

Public Member Functions

Tget_data ()
 
const Tget_data () const
 

Public Attributes

T m_data
 

Member Typedef Documentation

template<class T , class VoidPointer >
typedef slist_hook<VoidPointer>::type boost::container::container_detail::slist_node< T, VoidPointer >::hook_type
template<class T , class VoidPointer >
typedef T boost::container::container_detail::slist_node< T, VoidPointer >::value_type

Member Function Documentation

template<class T , class VoidPointer >
T& boost::container::container_detail::slist_node< T, VoidPointer >::get_data ( )
inline
template<class T , class VoidPointer >
const T& boost::container::container_detail::slist_node< T, VoidPointer >::get_data ( ) const
inline

Member Data Documentation

template<class T , class VoidPointer >
T boost::container::container_detail::slist_node< T, VoidPointer >::m_data

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