Julius 4.2
変数
構造体 PATNODE

Another patricia binary tree node, to search integer value from string. [詳細]

#include <ptree.h>

変数

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)

説明

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

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


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