#include <sql_list.h>
Inheritance diagram for list_node:


Public Member Functions | |
| list_node (void *info_par, list_node *next_par) | |
| list_node () | |
Public Attributes | |
| list_node * | next |
| void * | info |
Friends | |
| class | base_list |
| class | base_list_iterator |
Definition at line 65 of file sql_list.h.
| list_node::list_node | ( | void * | info_par, | |
| list_node * | next_par | |||
| ) | [inline] |
| list_node::list_node | ( | ) | [inline] |
friend class base_list [friend] |
Definition at line 78 of file sql_list.h.
friend class base_list_iterator [friend] |
Definition at line 79 of file sql_list.h.
| void* list_node::info |
Definition at line 69 of file sql_list.h.
Referenced by List< partition_element >::delete_elements(), base_list::head(), base_list::head_ref(), list_node(), base_list_iterator::next(), base_list_iterator::next_fast(), base_list::pop(), base_list_iterator::ref(), and base_list_iterator::replace().
Definition at line 68 of file sql_list.h.
Referenced by base_list_iterator::after(), base_list::after(), List< partition_element >::delete_elements(), base_list::disjoin(), base_list_iterator::is_last(), list_node(), base_list_iterator::next(), base_list_iterator::next_fast(), base_list::pop(), base_list::push_back(), base_list::push_front(), base_list::remove(), and base_list_iterator::replace().
1.4.7

