std::_Fwd_list_node< _Tp, _Alloc > Struct Template Reference

A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method. More...

Inheritance diagram for std::_Fwd_list_node< _Tp, _Alloc >:

Inheritance graph

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

template<typename _Tp, typename _Alloc>
struct std::_Fwd_list_node< _Tp, _Alloc >

A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method.

Definition at line 85 of file forward_list.h.


Member Function Documentation

template<typename _Tp , class _Alloc >
template<typename _Comp >
void std::_Fwd_list_node< _Tp, _Alloc >::_M_sort_after ( _Comp  __comp  )  [inline]

Sort the singly linked list starting after this node. This node is assumed to be an empty head node (of type _Fwd_list_node_base).

Definition at line 87 of file forward_list.tcc.


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

Generated on Tue Apr 21 13:14:10 2009 for libstdc++ by  doxygen 1.5.8