|
libosip
5.3.0
|
#include <osip_list.h>
Public Attributes | |
| __node_t * | actual |
| __node_t ** | prev |
| osip_list_t * | li |
| int | pos |
Structure used to iterate list.
| __node_t* osip_list_iterator::actual |
actual
Referenced by osip_list_get_first(), osip_list_get_next(), and osip_list_iterator_remove().
| osip_list_t* osip_list_iterator::li |
li
Referenced by osip_list_get_first(), and osip_list_iterator_remove().
| int osip_list_iterator::pos |
pos
Referenced by osip_list_get_first(), osip_list_get_next(), and osip_uri_to_str().
| __node_t** osip_list_iterator::prev |
prev
Referenced by osip_list_get_first(), osip_list_get_next(), and osip_list_iterator_remove().