|
Dillo v3.2.0-93-g6a586845
|
#include <dlib.h>
Public Attributes | |
| int | sz |
| int | len |
| void ** | list |
| int Dlist::len |
Definition at line 146 of file dlib.h.
Referenced by dList_append(), dList_find_custom(), dList_find_idx(), dList_find_sorted(), dList_insert_pos(), dList_insert_sorted(), dList_length(), dList_new(), dList_nth_data(), dList_remove(), dList_remove_fast(), and dList_sort().
| void** Dlist::list |
Definition at line 147 of file dlib.h.
Referenced by dList_find(), dList_find_custom(), dList_find_idx(), dList_find_sorted(), dList_free(), dList_insert_pos(), dList_insert_sorted(), dList_new(), dList_nth_data(), dList_remove(), dList_remove_fast(), and dList_sort().
| int Dlist::sz |
Definition at line 145 of file dlib.h.
Referenced by dList_insert_pos(), and dList_new().