メインページ
モジュール
データ構造
ファイル
関連ページ
データ構造
データフィールド
構造体 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.h
の
51
行で定義されています。
この構造体の説明は次のファイルから生成されました:
libsent/include/sent/
ptree.h
Juliusに対してTue Dec 18 16:05:24 2007に生成されました。
1.5.4