an entry in double linked list, add to structure as member in order to make structure storable in hash table. If the user wants to link his struct(ure) into a DLIST linked list, then he must embed a DLIST_entry into his structure. Access to user defined structure is via embedded SLIST_entry.
More...
Detailed Description
an entry in double linked list, add to structure as member in order to make structure storable in hash table. If the user wants to link his struct(ure) into a DLIST linked list, then he must embed a DLIST_entry into his structure. Access to user defined structure is via embedded SLIST_entry.
Typedef Documentation
Variable Documentation
number of elements in list
Definition at line 49 of file dlist.h.