MGE General C Library - Full Internal Documentation
v1.6.8
Library of general C functions.
|
Binary search tree node. More...
#include <bstree.h>
Data Fields | |
void * | object |
The object attached to the node. More... | |
int | count |
The node counter. More... | |
struct bstreenode * | childless |
Child node less than this. More... | |
struct bstreenode * | childgreater |
Child node greater than this. More... | |
Binary search tree node.
struct bstreenode* childgreater |
Child node greater than this.
struct bstreenode* childless |
Child node less than this.
int count |
The node counter.
void* object |
The object attached to the node.