struct Treenode

tree node structure

struct Treenode *left
pointer to TreeNode with key less than this TreeNode
struct Treenode *right
pointer to TreeNode with key greater than this TreeNode
char* key
character string pointer used to sort TreeNodes alphabetically and as look-up key
void* data
pointer to the original structure used to create this tree node

Documentation

tree node structure. Sorts based on alphabetical string
struct Treenode *left
pointer to TreeNode with key less than this TreeNode

struct Treenode *right
pointer to TreeNode with key greater than this TreeNode

char* key
character string pointer used to sort TreeNodes alphabetically and as look-up key

void* data
pointer to the original structure used to create this tree node

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de