#include <GlobalHashMap.hpp>
Public Attributes | |
| bool | found |
| ResultEntry * | next |
| V | val |
Definition at line 63 of file GlobalHashMap.hpp.
| bool Grappa::GlobalHashMap< K, V >::ResultEntry::found |
Definition at line 64 of file GlobalHashMap.hpp.
| ResultEntry* Grappa::GlobalHashMap< K, V >::ResultEntry::next |
Definition at line 65 of file GlobalHashMap.hpp.
| V Grappa::GlobalHashMap< K, V >::ResultEntry::val |
Definition at line 66 of file GlobalHashMap.hpp.