man std::List_node (Fonctions bibliothèques) -

NAME

std::List_node -

SYNOPSIS



Inherits std::List_node_base.

Public Member Functions

void transfer (List_node_base *const first, List_node_base *const last)

void reverse ()

void hook (List_node_base *const position)

void unhook ()

Static Public Member Functions

static void swap (List_node_base &x, List_node_base &y)

Public Attributes

Type M_data

User's data. List_node_base * M_next

Self-explanatory. List_node_base * M_prev

Self-explanatory.

Detailed Description

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

Definition at line 98 of file stl_list.h.

Member Data Documentation

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

User's data.

Definition at line 100 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.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.