EBOOK-TOOLS
|
#include <src/libepub/linklist.h>
Public Attributes | |
NodeCompareFunc | compare |
listnodePtr | Current |
int | Flags |
listnodePtr | Head |
ListAlloc | memalloc |
ListFreeFunc | memfree |
int | Size |
listnodePtr | Tail |
Definition at line 147 of file linklist.h.
NodeCompareFunc LList::compare |
Definition at line 156 of file linklist.h.
listnodePtr LList::Current |
Definition at line 149 of file linklist.h.
int LList::Flags |
Definition at line 153 of file linklist.h.
listnodePtr LList::Head |
Definition at line 150 of file linklist.h.
ListAlloc LList::memalloc |
Definition at line 154 of file linklist.h.
ListFreeFunc LList::memfree |
Definition at line 155 of file linklist.h.
int LList::Size |
Definition at line 152 of file linklist.h.
listnodePtr LList::Tail |
Definition at line 151 of file linklist.h.