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

result Struct Reference

#include <treeconf_int.h>

Collaboration diagram for result:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This structure is used to represent the results of a lookup by _tc_lookup_node(). Any function using _tc_lookup_node() must allocate one of these structures to pass to that function.

Definition at line 170 of file treeconf_int.h.

Data Fields

treeconf_str_tr_comps
int r_count
int r_startnew
treeconf_node_tr_node


Field Documentation

treeconf_str_t* result::r_comps
 

Components of the name.

Definition at line 171 of file treeconf_int.h.

Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set().

int result::r_count
 

Number of components.

Definition at line 172 of file treeconf_int.h.

Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set().

treeconf_node_t* result::r_node
 

Closest existing node.

Definition at line 174 of file treeconf_int.h.

Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set().

int result::r_startnew
 

Index of the first new node.

Definition at line 173 of file treeconf_int.h.

Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set().


Generated on Wed Jun 8 09:18:37 2005 for treeconf by  doxygen 1.3.9.1