Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

__list_node Struct Template Reference

#include <stl_list.h>

Collaboration diagram for __list_node:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void * void_pointer

Public Attributes

void_pointer next
void_pointer prev
data

template<class T>
struct __list_node< T >


Member Typedef Documentation

template<class T>
typedef void* __list_node::void_pointer
 

Definition at line 42 of file stl_list.h.


Member Data Documentation

template<class T>
T __list_node::data
 

Definition at line 45 of file stl_list.h.

Referenced by list::create_node, and list::destroy_node.

template<class T>
void_pointer __list_node::next
 

Definition at line 43 of file stl_list.h.

Referenced by list::clear, list::empty, list::empty_initialize, list::erase, list::insert, list::reverse, list::sort, and list::transfer.

template<class T>
void_pointer __list_node::prev
 

Definition at line 44 of file stl_list.h.

Referenced by list::clear, list::empty_initialize, list::erase, and list::insert.


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

Documentation generated on Thu May 2 15:03:15 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001