Data Fields
tommy_trie_inplace_struct Struct Reference

Trie container type. More...

#include <tommytrieinp.h>

Data Fields

tommy_trie_inplace_nodebucket [TOMMY_TRIE_INPLACE_BUCKET_MAX]
 First tree level. More...
 
tommy_size_t count
 Number of elements. More...
 

Detailed Description

Trie container type.

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

Field Documentation

◆ bucket

tommy_trie_inplace_node* tommy_trie_inplace_struct::bucket[TOMMY_TRIE_INPLACE_BUCKET_MAX]

First tree level.

◆ count

tommy_size_t tommy_trie_inplace_struct::count

Number of elements.


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