PATNODE Struct Reference

Another patricia binary tree node, to search integer value from string. More...

#include <ptree.h>


Data Fields

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


Detailed Description

Another patricia binary tree node, to search integer value from string.

Definition at line 51 of file ptree.h.


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