ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Public Member Functions | |
Entry ()=delete | |
Entry (const K &key, const V &val) | |
Entry (const Entry &)=delete | |
Entry (Entry &&)=delete | |
Entry & | operator= (const Entry &)=delete |
Entry & | operator= (Entry &&)=delete |
Public Attributes | |
K | key |
V | val |
Entry * | next |
Definition at line 81 of file FixedSizeHashMap.h.
|
delete |
|
inline |
Definition at line 85 of file FixedSizeHashMap.h.
|
delete |
|
delete |
|
delete |
|
delete |
K etiss::FixedSizeHashMap< K, V, hashFunc, log2_buckets >::Entry::key |
Definition at line 90 of file FixedSizeHashMap.h.
Entry* etiss::FixedSizeHashMap< K, V, hashFunc, log2_buckets >::Entry::next |
V etiss::FixedSizeHashMap< K, V, hashFunc, log2_buckets >::Entry::val |
Definition at line 91 of file FixedSizeHashMap.h.
Referenced by etiss::FixedSizeHashMap< K, V, hashFunc, log2_buckets >::find().