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

◆ compare

NodeCompareFunc LList::compare

Definition at line 156 of file linklist.h.

◆ Current

listnodePtr LList::Current

Definition at line 149 of file linklist.h.

◆ Flags

int LList::Flags

Definition at line 153 of file linklist.h.

◆ Head

listnodePtr LList::Head

Definition at line 150 of file linklist.h.

◆ memalloc

ListAlloc LList::memalloc

Definition at line 154 of file linklist.h.

◆ memfree

ListFreeFunc LList::memfree

Definition at line 155 of file linklist.h.

◆ Size

int LList::Size

Definition at line 152 of file linklist.h.

◆ Tail

listnodePtr LList::Tail

Definition at line 151 of file linklist.h.


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