#include <GlobalHashMap.hpp>
Public Attributes | |
bool | found |
ResultEntry * | next |
V | val |
Definition at line 52 of file GlobalHashMap.hpp.
bool Grappa::GlobalHashMap< K, V >::ResultEntry::found |
Definition at line 53 of file GlobalHashMap.hpp.
ResultEntry* Grappa::GlobalHashMap< K, V >::ResultEntry::next |
Definition at line 54 of file GlobalHashMap.hpp.
V Grappa::GlobalHashMap< K, V >::ResultEntry::val |
Definition at line 55 of file GlobalHashMap.hpp.