|
Jlm
|

Go to the source code of this file.
Classes | |
| struct | MyItem |
| struct | MyAccessor |
| struct | MyStringItem |
Typedefs | |
| typedef jlm::util::IntrusiveHash< int, MyItem, MyAccessor > | my_hash |
| typedef jlm::util::IntrusiveHash< std::string, MyStringItem, MyStringItem::hash_accessor > | my_strhash |
Functions | |
| TEST (IntrusiveHashTests, test_int_hash) | |
| TEST (IntrusiveHashTests, test_str_hash) | |
| typedef jlm::util::IntrusiveHash<int, MyItem, MyAccessor> my_hash |
Definition at line 60 of file IntrusiveHashTests.cpp.
| typedef jlm::util::IntrusiveHash<std::string, MyStringItem, MyStringItem::hash_accessor> my_strhash |
Definition at line 81 of file IntrusiveHashTests.cpp.
| TEST | ( | IntrusiveHashTests | , |
| test_int_hash | |||
| ) |
Definition at line 83 of file IntrusiveHashTests.cpp.
| TEST | ( | IntrusiveHashTests | , |
| test_str_hash | |||
| ) |
Definition at line 118 of file IntrusiveHashTests.cpp.