#include <xlist.h>
Collaboration diagram for _XList:
Public Attributes | |
XList * | prev |
XList * | next |
void * | data |
|
Definition at line 49 of file xlist.h. Referenced by xlist_clone(), xlist_clone_with(), xlist_find(), xlist_free_with(), xlist_node_new(), xtag_first_child(), xtag_free(), xtag_get_attribute(), xtag_get_pcdata(), xtag_next_child(), and xtag_snprint(). |
|
Definition at line 48 of file xlist.h. Referenced by xlist_add_after(), xlist_add_before(), xlist_append(), xlist_clone(), xlist_clone_with(), xlist_find(), xlist_free(), xlist_free_with(), xlist_is_singleton(), xlist_length(), xlist_node_new(), xlist_prepend(), xlist_remove(), xlist_tail(), xtag_first_child(), xtag_free(), xtag_get_attribute(), xtag_get_pcdata(), xtag_next_child(), and xtag_snprint(). |
|
Definition at line 47 of file xlist.h. Referenced by xlist_add_after(), xlist_add_before(), xlist_append(), xlist_node_new(), xlist_prepend(), and xlist_remove(). |