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

Trie storing arrays of values for character keys. More...

#include <structure.h>

Data Fields

char c
 
void ** values
 
size_t values_count
 
struct MOBITrienext
 
struct MOBITriechildren
 

Detailed Description

Trie storing arrays of values for character keys.

Field Documentation

◆ c

char MOBITrie::c

Key character

◆ children

struct MOBITrie* MOBITrie::children

Link to children nodes, lower level

◆ next

struct MOBITrie* MOBITrie::next

Next node at the same level

◆ values

void** MOBITrie::values

Array of values

◆ values_count

size_t MOBITrie::values_count

Array size


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