std::List_node< Type > Struct Template Reference

Inheritance diagram for std::List_node< Type >:

Inheritance graph
[legend]
Collaboration diagram for std::List_node< Type >:

Collaboration graph
[legend]
List of all members.

Public Attributes

Type M_data
 User's data.
List_node_baseM_next
 Self-explanatory.
List_node_baseM_prev
 Self-explanatory.

Detailed Description

template<typename Type>
struct std::List_node< Type >

Definition at line 82 of file stl_list.h.


Member Data Documentation

template<typename Type>
Type std::List_node< Type >::M_data

User's data.

Definition at line 84 of file stl_list.h.

List_node_base* std::List_node_base::M_next [inherited]

Self-explanatory.

Definition at line 76 of file stl_list.h.

List_node_base* std::List_node_base::M_prev [inherited]

Self-explanatory.

Definition at line 77 of file stl_list.h.


The documentation for this struct was generated from the following file:
Generated on Sun Jul 29 20:40:14 2007 for libstdc++-v3 Source by  doxygen 1.5.2