Lely core libraries 2.3.4
bimap Struct Reference

A bidirectional map. More...

#include <bimap.h>

Collaboration diagram for bimap:

Data Fields

struct rbtree keys
 The red-black tree used to store the keys.
 
struct rbtree values
 The red-black tree used to store the values.
 

Detailed Description

A bidirectional map.

Definition at line 56 of file bimap.h.


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