Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

map_base::Node Struct Reference

map_base::Node Struct Reference

The node element in the map. More...

#include <map.h>

Inherited by imap< TKey, TMapped, TKeyCompare >::Data_Node.

Public Member Functions

 Node ()
 Constructor.
void mark_as_leaf ()
 Marks the node as a leaf.

Detailed Description

The node element in the map.

Definition at line 193 of file map.h.


Constructor & Destructor Documentation

Node (  )

Constructor.

Definition at line 198 of file map.h.


Member Function Documentation

void mark_as_leaf (  )

Marks the node as a leaf.

Definition at line 212 of file map.h.