BTNamedLink
Module:
ecereCOM
Namespace:
ecere::com
Type: Class (No header)
Base Class: None
Description
Node with both a name and a valu for used with deprecated BinaryTree AVL Tree implmentation
Properties and Members
name
const char *
parent
BTNamedLink
left
BTNamedLink
right
BTNamedLink
depth
int
data
void *