struct Node
MyCpp::IdMapper::Node

A single IdMapper's ID node.

Data fields
Node *topThe parent node.
Node *leftThe left subnode.
Node *rightThe right subnode.
int balanceNode's balance (see AvlTree::Node for details.
unsigned long weightNode's weight (total number of nodes in both subtrees).
unsigned long valueNode's value (the allocated identificator).
void *dataUser's data associated with this node.