Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_apatnode Struct Reference

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

#include <ptree.h>

Collaboration diagram for _apatnode:

Collaboration graph
[legend]

Data Fields

union {
   void *   data
 Pointer address at leaf.
   int   thres_bit
 Threshold bit at branch.
value
 Node value.
_apatnodeleft0
 Link to left node (bit=0).
_apatnoderight1
 Link to right node (bit=1).

Detailed Description

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

Definition at line 33 of file ptree.h.


Field Documentation

union { ... } _apatnode::value
 

Node value.

Pointer adreess if this is leaf node (in case both left0 and right1 are NULL), or threshold bit if this is branch node (otherwise)

Referenced by aptree_add_entry_at(), aptree_make_root_node(), aptree_remove_entry_r(), aptree_search_data_r(), and aptree_traverse_and_do().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 28 16:19:50 2006 for Julius by  doxygen 1.4.2