Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

imap< TKey, TMapped, TKeyCompare >::Data_Node Struct Reference

imap< TKey, TMapped, TKeyCompare >::Data_Node Struct Reference

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

#include <map.h>

Inherits etl::map_base::Node.

Public Member Functions

void mark_as_leaf ()
 Marks the node as a leaf.

Detailed Description

template<typename TKey, typename TMapped, typename TKeyCompare>
struct etl::imap< TKey, TMapped, TKeyCompare >::Data_Node

The data node element in the map.

Definition at line 494 of file map.h.


Member Function Documentation

void mark_as_leaf (  ) [inherited]

Marks the node as a leaf.

Definition at line 212 of file map.h.