ZEReader 0.1.0
A Zephyr-based E-Book-Reader
Loading...
Searching...
No Matches
dllist Struct Reference

A double-linked list to represent the chapters in a book. More...

#include <epub.h>

Data Fields

chapter_entry_tchapter
struct dllistnext
struct dllistprev

Detailed Description

A double-linked list to represent the chapters in a book.

Field Documentation

◆ chapter

chapter_entry_t* dllist::chapter

The current chapter entry.

◆ next

struct dllist* dllist::next

A pointer to the next chapter entry.

◆ prev

struct dllist* dllist::prev

A pointer to the previous chapter entry.


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