Double linked list implementation. More...
#include <cmime_list.h>
Data Fields | |
int | size |
void(* | destroy )(void *data) |
CMimeListElem_T * | head |
CMimeListElem_T * | tail |
Double linked list implementation.
void(* destroy)(void *data) |
function pointer for destroy function
CMimeListElem_T* head |
pointer to list head
int size |
list size
CMimeListElem_T* tail |
pointer to list tail