MGE General C Library - Full Internal Documentation  v1.3.5
Library of general C functions.
bstreenode Struct Reference

Binary search tree node. More...

#include <bstree.h>

Collaboration diagram for bstreenode:

Data Fields

void * object
 The object attached to the node. More...
 
int count
 The node counter. More...
 
struct bstreenodechildless
 Child node less than this. More...
 
struct bstreenodechildgreater
 Child node greater than this. More...
 

Detailed Description

Binary search tree node.

Field Documentation

◆ childgreater

struct bstreenode* childgreater

Child node greater than this.

◆ childless

struct bstreenode* childless

Child node less than this.

◆ count

int count

The node counter.

◆ object

void* object

The object attached to the node.


The documentation for this struct was generated from the following file: