openMSX
|
#include "hash_set.hh"
Go to the source code of this file.
Classes | |
struct | hash_set_impl::ExtractFirst |
class | hash_map< Key, Value, Hasher, Equal > |
Namespaces | |
hash_set_impl | |
Functions | |
template<typename Key , typename Value , typename Hasher , typename Equal , typename Key2 > | |
const Value * | lookup (const hash_map< Key, Value, Hasher, Equal > &map, const Key2 &key) |
template<typename Key , typename Value , typename Hasher , typename Equal , typename Key2 > | |
Value * | lookup (hash_map< Key, Value, Hasher, Equal > &map, const Key2 &key) |
const Value* lookup | ( | const hash_map< Key, Value, Hasher, Equal > & | map, |
const Key2 & | key | ||
) |
Definition at line 91 of file hash_map.hh.
References hash_set< Value, Extractor, Hasher, Equal >::end(), and hash_set< Value, Extractor, Hasher, Equal >::find().
Referenced by openmsx::Debugger::findDebuggable(), openmsx::InputArchiveBase2::getPointer(), openmsx::PolymorphicInitializerRegistry< Archive >::init(), openmsx::PolymorphicLoaderRegistry< Archive >::load(), openmsx::GlobalCliComm::update(), and openmsx::MSXCliComm::update().
Value* lookup | ( | hash_map< Key, Value, Hasher, Equal > & | map, |
const Key2 & | key | ||
) |
Definition at line 98 of file hash_map.hh.
References hash_set< Value, Extractor, Hasher, Equal >::end(), and hash_set< Value, Extractor, Hasher, Equal >::find().