Embedded Template Library 1.0
|
The node element in the multiset. More...
#include <multiset.h>
Public Member Functions | |
Node () | |
Constructor. | |
void | mark_as_leaf () |
Marks the node as a leaf. | |
Public Attributes | |
Node * | parent |
Node * | children [2] |
uint_least8_t | weight |
uint_least8_t | dir |
The node element in the multiset.