|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_hash.H>
Public Types | |
| typedef HashMapTable< Key, Data, Cmp > | Base |
Public Member Functions | |
| void | add (std::initializer_list< Key > lk, std::initializer_list< Data > ld) |
| HashMap () | |
| HashMap (std::initializer_list< Key > lk, std::initializer_list< Data > ld) | |
| template<template< typename T > class Container = DynList> | |
| HashMap (const Container< Key > &c, std::initializer_list< Data > ld) | |
| const Data & | operator[] (const Key &key) const |
| Data & | operator[] (const Key &key) |
Definition at line 93 of file tpl_hash.H.
| typedef HashMapTable<Key, Data, Cmp> Aleph::HashMap< Key, Data, HashMapTable, Cmp >::Base |
Definition at line 95 of file tpl_hash.H.
|
inline |
Definition at line 109 of file tpl_hash.H.
|
inline |
Definition at line 111 of file tpl_hash.H.
References Aleph::HashMap< Key, Data, HashMapTable, Cmp >::add(), and Aleph::maps().
|
inline |
Definition at line 118 of file tpl_hash.H.
References ah_range_error_if, StlAlephIterator< SetName >::begin(), and Aleph::maps().
|
inline |
Definition at line 98 of file tpl_hash.H.
References ah_range_error_if, StlAlephIterator< SetName >::begin(), StlAlephIterator< SetName >::end(), Aleph::maps(), and Aleph::HTList::size().
Referenced by Aleph::HashMap< Key, Data, HashMapTable, Cmp >::HashMap().
|
inline |
Definition at line 130 of file tpl_hash.H.
|
inline |
Definition at line 130 of file tpl_hash.H.