UbixOS  2.0
Trie Struct Reference

#include <kern_trie.h>

Collaboration diagram for Trie:
Collaboration graph

Data Fields

struct Triecharacter [26]
 
void * e
 
u_int8_t isLeaf
 

Detailed Description

Definition at line 36 of file kern_trie.h.

Field Documentation

◆ character

struct Trie* Trie::character[26]

Definition at line 38 of file kern_trie.h.

Referenced by haveChildren(), insert_trieNode(), new_trieNode(), and search_trieNode().

◆ e

void* Trie::e

Definition at line 39 of file kern_trie.h.

Referenced by insert_trieNode().

◆ isLeaf

u_int8_t Trie::isLeaf

Definition at line 37 of file kern_trie.h.

Referenced by insert_trieNode(), and new_trieNode().


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