|
libmobi
C library for handling MOBI format ebook documents
|
Trie storing arrays of values for character keys. More...
#include <structure.h>
Data Fields | |
| char | c |
| void ** | values |
| size_t | values_count |
| struct MOBITrie * | next |
| struct MOBITrie * | children |
Trie storing arrays of values for character keys.
| char MOBITrie::c |
Key character
| struct MOBITrie* MOBITrie::children |
Link to children nodes, lower level
| struct MOBITrie* MOBITrie::next |
Next node at the same level
| void** MOBITrie::values |
Array of values
| size_t MOBITrie::values_count |
Array size