Dillo v3.1.1-98-g318d1f14
|
#include <dlib.h>
Public Attributes | |
int | sz |
int | len |
void ** | list |
int Dlist::len |
Definition at line 133 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 134 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 132 of file dlib.h.
Referenced by dList_insert_pos(), and dList_new().