
Data Fields | |
| struct _XList * | prev |
| struct _XList * | next |
| void * | data |
struct _XList* _XList::prev [read] |
Referenced by xlist_append().
struct _XList* _XList::next [read] |
Referenced by ReaderNextAttr(), xlist_append(), xlist_free(), xtag_first_child(), xtag_free(), and xtag_next_child().
| void* _XList::data |
Referenced by ReaderName(), ReaderValue(), xlist_append(), xtag_first_child(), xtag_free(), and xtag_next_child().
1.5.6