libmobi
C library for handling MOBI format ebook documents
Data Fields
NCX Struct Reference

NCX index entry structure. More...

#include <opf.h>

Data Fields

size_t id
 
char * text
 
char * target
 
size_t level
 
size_t parent
 
size_t first_child
 
size_t last_child
 

Detailed Description

NCX index entry structure.

Field Documentation

◆ first_child

size_t NCX::first_child

First child id

◆ id

size_t NCX::id

Sequential id

◆ last_child

size_t NCX::last_child

Last child id

◆ level

size_t NCX::level

Entry level

◆ parent

size_t NCX::parent

Entry parent

◆ target

char* NCX::target

Entry target reference

◆ text

char* NCX::text

Entry text content


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