GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Structures | Typedefs
gp_trie.h File Reference

An unicode trie. More...

#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <core/gp_common.h>
#include <core/gp_compiler.h>
#include <utils/gp_avl_tree.h>
#include <utils/gp_utf.h>

Go to the source code of this file.

Data Structures

struct  gp_trie_node
 Trie node stores pointers. More...
 

Typedefs

typedef struct gp_trie_node gp_trie_node
 Trie node stores pointers.
 

Detailed Description

An unicode trie.

Unicode trie with AVL trees for nodes.

Definition in file gp_trie.h.