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