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

void* ListNode::Data

Definition at line 141 of file linklist.h.

listnodePtr ListNode::Next

Definition at line 142 of file linklist.h.

listnodePtr ListNode::Prev

Definition at line 142 of file linklist.h.


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