APATNODE Struct Reference

Patricia binary tree node, to search related pointer from string. More...

#include <ptree.h>


Data Fields

union {
   void *   data
 Pointer address at leaf.
   int   thres_bit
 Threshold bit at branch.
value
struct _apatnode * left0
 Link to left node (bit=0).
struct _apatnode * right1
 Link to right node (bit=1).


Detailed Description

Patricia binary tree node, to search related pointer from string.

Definition at line 34 of file ptree.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:14 2007 for Julius by  doxygen 1.5.4