#include <stl_list.h>
Collaboration diagram for __list_node:

Public Types | |
| typedef void * | void_pointer |
Public Attributes | |
| void_pointer | next |
| void_pointer | prev |
| T | data |
|
|||||
|
Definition at line 42 of file stl_list.h. |
|
|||||
|
Definition at line 45 of file stl_list.h. Referenced by list::create_node, and list::destroy_node. |
|
|||||
|
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. |
|
|||||
|
Definition at line 44 of file stl_list.h. Referenced by list::clear, list::empty_initialize, list::erase, and list::insert. |
| Documentation generated on Thu May 2 15:03:15 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |