|
Jlm
|

Public Types | |
| typedef jlm::util::IntrusiveHashAccessor< std::string, MyStringItem, &MyStringItem::key, &MyStringItem::hash_chain > | hash_accessor |
Public Member Functions | |
| MyStringItem (const std::string &k, const std::string &v) | |
Public Attributes | |
| std::string | key {} |
| std::string | value {} |
| jlm::util::IntrusiveHashAnchor< MyStringItem > | hash_chain {} |
Definition at line 62 of file IntrusiveHashTests.cpp.
| typedef jlm::util::IntrusiveHashAccessor< std::string, MyStringItem, &MyStringItem::key, &MyStringItem::hash_chain> MyStringItem::hash_accessor |
Definition at line 78 of file IntrusiveHashTests.cpp.
|
inline |
Definition at line 64 of file IntrusiveHashTests.cpp.
| jlm::util::IntrusiveHashAnchor<MyStringItem> MyStringItem::hash_chain {} |
Definition at line 71 of file IntrusiveHashTests.cpp.
| std::string MyStringItem::key {} |
Definition at line 69 of file IntrusiveHashTests.cpp.
| std::string MyStringItem::value {} |
Definition at line 70 of file IntrusiveHashTests.cpp.