Public Types | |
| using | Data = typename Arcane::HashTableMapT<Key, Value>::Data |
| using | value_type = std::pair<Key, Value> |
Public Member Functions | |
| void | insert (std::pair< Key, Value > v) |
| void | clear () |
| const Data * | end () const |
| const Data * | find (const Key &k) const |
| void | erase (const Data *d) |
| size_t | size () const |
| template<typename Lambda> | |
| void | eachValue (const Lambda &v) |
Private Attributes | |
| Arcane::HashTableMapT< Key, Value > | m_map |
Definition at line 115 of file TestHashTable.cc.
| using ArcaneLegacyMap< Key, Value >::Data = typename Arcane::HashTableMapT<Key, Value>::Data |
Definition at line 119 of file TestHashTable.cc.
| using ArcaneLegacyMap< Key, Value >::value_type = std::pair<Key, Value> |
Definition at line 120 of file TestHashTable.cc.
|
inline |
Definition at line 124 of file TestHashTable.cc.
|
inline |
Definition at line 134 of file TestHashTable.cc.
|
inline |
Definition at line 149 of file TestHashTable.cc.
|
inline |
Definition at line 135 of file TestHashTable.cc.
|
inline |
Definition at line 140 of file TestHashTable.cc.
|
inline |
Definition at line 136 of file TestHashTable.cc.
|
inline |
Definition at line 130 of file TestHashTable.cc.
|
inline |
Definition at line 148 of file TestHashTable.cc.
|
private |
Definition at line 156 of file TestHashTable.cc.