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