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 | |
namespace | 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 118 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::SettingsConfig::getValueForSetting(), openmsx::ImGuiKey2SDL(), openmsx::PolymorphicInitializerRegistry< Archive >::init(), openmsx::PolymorphicLoaderRegistry< Archive >::load(), and openmsx::SDLKey2ImGui().
Value * lookup | ( | hash_map< Key, Value, Hasher, Equal > & | map, |
const Key2 & | key | ||
) |
Definition at line 125 of file hash_map.hh.
References hash_set< Value, Extractor, Hasher, Equal >::end(), and hash_set< Value, Extractor, Hasher, Equal >::find().