#include <chain_list_v2.h>

Public Types | |
| typedef _list_node< t_item > | t_node |
| typedef __chain_list_elem< t_item > | t_self |
Public Member Functions | |
| TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER (__chain_list_elem, t_node,{m_prev=m_next=NULL;}) | |
| t_node * | prev () throw () |
| t_node * | next () throw () |
| void | add_ref () throw () |
| void | release () throw () |
| void | __release_temporary () throw () |
Public Attributes | |
| t_self * | m_prev |
| t_self * | m_next |
| typedef _list_node<t_item> pfc::__chain_list_elem< t_item >::t_node |
| typedef __chain_list_elem<t_item> pfc::__chain_list_elem< t_item >::t_self |
Reimplemented from pfc::_list_node< t_item >.
| pfc::__chain_list_elem< t_item >::TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER | ( | __chain_list_elem< t_item > | , | |
| t_node | ||||
| ) |
| t_node* pfc::__chain_list_elem< t_item >::prev | ( | ) | throw () [inline, virtual] |
Reimplemented from pfc::_list_node< t_item >.
| t_node* pfc::__chain_list_elem< t_item >::next | ( | ) | throw () [inline, virtual] |
Reimplemented from pfc::_list_node< t_item >.
| void pfc::__chain_list_elem< t_item >::add_ref | ( | ) | throw () [inline] |
| void pfc::__chain_list_elem< t_item >::release | ( | ) | throw () [inline] |
| void pfc::__chain_list_elem< t_item >::__release_temporary | ( | ) | throw () [inline] |
| t_self* pfc::__chain_list_elem< t_item >::m_prev |
| t_self * pfc::__chain_list_elem< t_item >::m_next |
1.5.5