Data Fields
tommy_trie_struct Struct Reference

Trie container type. More...

Data Fields

tommy_trie_nodebucket [TOMMY_TRIE_BUCKET_MAX]
 First tree level. More...
 
tommy_count_t count
 Number of elements. More...
 
tommy_count_t node_count
 Number of nodes. More...
 
tommy_allocatoralloc
 Allocator for internal nodes. More...
 

Detailed Description

Trie container type.

Note
Don't use internal fields directly, but access the container only using functions.

Field Documentation

tommy_trie_node* tommy_trie_struct::bucket[TOMMY_TRIE_BUCKET_MAX]

First tree level.

tommy_count_t tommy_trie_struct::count

Number of elements.

tommy_count_t tommy_trie_struct::node_count

Number of nodes.

tommy_allocator* tommy_trie_struct::alloc

Allocator for internal nodes.


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