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

#include <src/libepub/linklist.h>

Collaboration diagram for ListNode:
Collaboration graph
[legend]

Public Attributes

void * Data
 
listnodePtr Next
 
listnodePtr Prev
 

Detailed Description

Definition at line 139 of file linklist.h.

Member Data Documentation

◆ Data

void* ListNode::Data

Definition at line 141 of file linklist.h.

◆ Next

listnodePtr ListNode::Next

Definition at line 142 of file linklist.h.

◆ Prev

listnodePtr ListNode::Prev

Definition at line 143 of file linklist.h.


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