|
foobar2000 SDK
2015-08-03
|
#include <iterators.h>
Inheritance diagram for pfc::_list_node< t_item >:Public Types | |
| typedef _list_node< t_item > | t_self |
Public Member Functions | |
| virtual t_self * | next () throw () |
| virtual t_self * | prev () throw () |
| TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD (_list_node, m_content) t_item m_content | |
| t_self * | walk (bool forward) throw () |
Public Member Functions inherited from pfc::refcounted_object_root | |
| void | _refcount_release_temporary () throw () |
| void | refcount_add_ref () throw () |
| void | refcount_release () throw () |
Additional Inherited Members | |
Protected Member Functions inherited from pfc::refcounted_object_root | |
| refcounted_object_root () | |
| virtual | ~refcounted_object_root () |
Base class for list nodes. Implemented by list implementers.
Definition at line 3 of file iterators.h.
| typedef _list_node<t_item> pfc::_list_node< t_item >::t_self |
Definition at line 5 of file iterators.h.
|
inlinevirtual | |||||||||||||
Reimplemented in pfc::_avltree_node< t_storage >, and pfc::__chain_list_elem< t_item >.
Definition at line 12 of file iterators.h.
|
inlinevirtual | |||||||||||||
Reimplemented in pfc::_avltree_node< t_storage >, and pfc::__chain_list_elem< t_item >.
Definition at line 11 of file iterators.h.
| pfc::_list_node< t_item >::TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD | ( | _list_node< t_item > | , |
| m_content | |||
| ) |
|
inline | ||||||||||||||
Definition at line 14 of file iterators.h.
1.8.11