Public Attributes | |
WBXMLListElt * | head |
WBXMLListElt * | tail |
unsigned int | len |
Definition at line 44 of file wbxml_lists.c.
|
Head of the list Definition at line 46 of file wbxml_lists.c. Referenced by wbxml_list_append(), wbxml_list_create_real(), wbxml_list_destroy(), wbxml_list_extract_first(), wbxml_list_get(), and wbxml_list_insert(). |
|
Number of elements in List Definition at line 48 of file wbxml_lists.c. Referenced by wbxml_list_append(), wbxml_list_create_real(), wbxml_list_extract_first(), wbxml_list_insert(), and wbxml_list_len(). |
|
Tail of the list Definition at line 47 of file wbxml_lists.c. Referenced by wbxml_list_append(), wbxml_list_create_real(), wbxml_list_extract_first(), and wbxml_list_insert(). |