DatabaseNode

Holds an IP search node of the binary tree

protected
class DatabaseNode {}

Constructors

this
this(ubyte[] node)

Loads the raw node data into a convenient structure

Members

Variables

left
uint left;
Undocumented in source.
right
uint right;
Undocumented in source.

Meta