Julius 4.2
変数
構造体 APATNODE

Patricia binary tree node, to search related pointer from string. [詳細]

#include <ptree.h>

変数

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)

説明

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

ptree.h34 行で定義されています。


この構造体の説明は次のファイルから生成されました: