foobar2000 SDK
2015-08-03
|
#include <chain_list_v2.h>
Public Types | |
typedef _list_node< t_item > | t_node |
typedef __chain_list_elem< t_item > | t_self |
Public Types inherited from pfc::_list_node< t_item > | |
typedef _list_node< t_item > | t_self |
Public Member Functions | |
void | __release_temporary () throw () |
void | add_ref () throw () |
t_node * | next () throw () |
t_node * | prev () throw () |
void | release () throw () |
TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER (__chain_list_elem, t_node,{m_prev=m_next=NULL;}) | |
Public Member Functions inherited from pfc::_list_node< t_item > | |
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 () |
Data Fields | |
t_self * | m_next |
t_self * | m_prev |
Additional Inherited Members | |
Protected Member Functions inherited from pfc::refcounted_object_root | |
refcounted_object_root () | |
virtual | ~refcounted_object_root () |
Definition at line 4 of file chain_list_v2.h.
typedef _list_node<t_item> pfc::__chain_list_elem< t_item >::t_node |
Definition at line 6 of file chain_list_v2.h.
typedef __chain_list_elem<t_item> pfc::__chain_list_elem< t_item >::t_self |
Definition at line 9 of file chain_list_v2.h.
|
inline |
Definition at line 20 of file chain_list_v2.h.
|
inline |
Definition at line 17 of file chain_list_v2.h.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 18 of file chain_list_v2.h.
pfc::__chain_list_elem< t_item >::TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER | ( | __chain_list_elem< t_item > | , |
t_node | , | ||
{m_prev=m_next=NULL;} | |||
) |
t_self * pfc::__chain_list_elem< t_item >::m_next |
Definition at line 11 of file chain_list_v2.h.
t_self* pfc::__chain_list_elem< t_item >::m_prev |
Definition at line 11 of file chain_list_v2.h.