omegalib
13.1
|
A Dictionary storing key-value pairs using a hashtable implementation. More...
#include <otypes.h>
Public Types | |
typedef KeyValue< K, T > | Item |
typedef std::pair< typename Dictionary< K, T >::iterator, typename Dictionary< K, T >::iterator > | Range |
typedef std::pair< typename Dictionary< K, T >::const_iterator, typename Dictionary< K, T >::const_iterator > | ConstRange |
A Dictionary storing key-value pairs using a hashtable implementation.
typedef std::pair< typename Dictionary<K, T>::const_iterator, typename Dictionary<K, T>::const_iterator> omicron::Dictionary< K, T >::ConstRange |
typedef KeyValue<K, T> omicron::Dictionary< K, T >::Item |
typedef std::pair< typename Dictionary<K, T>::iterator, typename Dictionary<K, T>::iterator> omicron::Dictionary< K, T >::Range |