|
MGE General C Library - API Documentation
v1.4.1
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.