EBOOK-TOOLS
Public Attributes | List of all members
LList Struct Reference

#include <src/libepub/linklist.h>

Collaboration diagram for LList:
Collaboration graph
[legend]

Public Attributes

NodeCompareFunc compare
 
listnodePtr Current
 
int Flags
 
listnodePtr Head
 
ListAlloc memalloc
 
ListFreeFunc memfree
 
int Size
 
listnodePtr Tail
 

Detailed Description

Definition at line 147 of file linklist.h.

Member Data Documentation

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 152 of file linklist.h.

listnodePtr LList::Head

Definition at line 149 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 149 of file linklist.h.


The documentation for this struct was generated from the following file: