ZEReader 0.1.0
A Zephyr-based E-Book-Reader
|
A double-linked list to represent the chapters in a book. More...
#include <epub.h>
Data Fields | |
chapter_entry_t * | chapter |
struct dllist * | next |
struct dllist * | prev |
A double-linked list to represent the chapters in a book.
chapter_entry_t* dllist::chapter |
The current chapter entry.
struct dllist* dllist::next |
A pointer to the next chapter entry.
struct dllist* dllist::prev |
A pointer to the previous chapter entry.