ST_AVL_MAP_NODE (Struct)

Node for an AVL Tree Map.

Extends: ST_MAP_ENTRY

Fields

Name

Type

Description

Height

T_Position

Height of the node.

pParent

POINTER TO ST_AVL_MAP_NODE

Pointer to parent node.

pLeft

POINTER TO ST_AVL_MAP_NODE

Pointer to left node.

pRight

POINTER TO ST_AVL_MAP_NODE

Pointer to right node.