Public Member Functions | |
| hash_map_iterator () | |
| hash_map_iterator (Entry &e) | |
| std::pair< const K, T > & | operator * () const |
| std::pair< const K, T > * | operator-> () const |
| bool | operator== (hash_map_iterator i) const |
| bool | operator!= (hash_map_iterator i) const |
Definition at line 33 of file hash_map.icc.
| hash_map< K, T >::hash_map_iterator::hash_map_iterator | ( | ) | [inline] |
| std::pair<const K,T>& hash_map< K, T >::hash_map_iterator::operator * | ( | ) | const [inline] |
Definition at line 38 of file hash_map.icc.
References hash_map< K, T >::Entry::data.
Referenced by hash_map< K, T >::hash_map_iterator::operator->().
| bool hash_map< K, T >::hash_map_iterator::operator!= | ( | hash_map_iterator | i | ) | const [inline] |
| std::pair<const K,T>* hash_map< K, T >::hash_map_iterator::operator-> | ( | ) | const [inline] |
Definition at line 39 of file hash_map.icc.
References hash_map< K, T >::hash_map_iterator::operator *().
00039 { return &(operator*()); }
| bool hash_map< K, T >::hash_map_iterator::operator== | ( | hash_map_iterator | i | ) | const [inline] |
1.4.7