Radix

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
find
bool find(ubyte[] s, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
bool insert(ubyte[] s, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(ubyte[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Radix* create()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(Radix* r)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

head
RadixNode* head;
Undocumented in source.
numele
size_t numele;
Undocumented in source.
numnodes
size_t numnodes;
Undocumented in source.

Meta