Types publics | |
using | Data = typename Arcane::HashTableMapT< Key, Value >::Data |
using | value_type = std::pair< Key, Value > |
Fonctions membres publiques | |
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) |
Attributs privés | |
Arcane::HashTableMapT< Key, Value > | m_map |
Définition à la ligne 115 du fichier TestHashTable.cc.
using ArcaneLegacyMap< Key, Value >::Data = typename Arcane::HashTableMapT<Key, Value>::Data |
Définition à la ligne 119 du fichier TestHashTable.cc.
using ArcaneLegacyMap< Key, Value >::value_type = std::pair<Key, Value> |
Définition à la ligne 120 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 124 du fichier TestHashTable.cc.
Définition à la ligne 134 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 149 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 135 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 140 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 136 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 130 du fichier TestHashTable.cc.
|
inline |
Définition à la ligne 148 du fichier TestHashTable.cc.
|
private |
Définition à la ligne 156 du fichier TestHashTable.cc.