Embedded Template Library 1.0
etl::imultiset< TKey, TCompare >::Data_Node Struct Reference

The data node element in the multiset. More...

#include <multiset.h>

Public Member Functions

 Data_Node (value_type value_)
 
- Public Member Functions inherited from etl::multiset_base::Node
 Node ()
 Constructor.
 
void mark_as_leaf ()
 Marks the node as a leaf.
 

Public Attributes

value_type value
 
- Public Attributes inherited from etl::multiset_base::Node
Nodeparent
 
Nodechildren [2]
 
uint_least8_t weight
 
uint_least8_t dir
 

Detailed Description

template<typename TKey, typename TCompare = ETL_OR_STD::less<TKey>>
struct etl::imultiset< TKey, TCompare >::Data_Node

The data node element in the multiset.


The documentation for this struct was generated from the following file: