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

tnode_s Struct Reference

#include <defines.h>


Detailed Description

Node for a tree that carries two strings: a key and a value. The tree is a binary tree that is sorted by key.


Data Fields

char * name
char * value
tnodeleft
tnoderight
tnodeup


Field Documentation

tnode* tnode_s::left
 

Pointer to left child node

char* tnode_s::name
 

Key value for tree node

tnode* tnode_s::right
 

Pointer to right child node

tnode* tnode_s::up
 

Pointer to parent node

char* tnode_s::value
 

Value of node


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4