libosip
5.3.0
|
#include <osip_list.h>
Public Attributes | |
int | nb_elt |
__node_t * | node |
Structure for referencing a list of elements.
int osip_list::nb_elt |
Number of element in the list
Referenced by osip_list_add(), osip_list_get(), osip_list_get_first(), osip_list_iterator_remove(), osip_list_remove(), and osip_list_size().
__node_t* osip_list::node |
Next node containing element
Referenced by osip_list_add(), osip_list_get(), osip_list_get_first(), and osip_list_remove().