#include <intrusive-hash.hpp>
|
| KeyType | get_key (const ElementType *element) const noexcept |
| |
| ElementType * | get_prev (const ElementType *element) const noexcept |
| |
| void | set_prev (ElementType *element, ElementType *prev) const noexcept |
| |
| ElementType * | get_next (const ElementType *element) const noexcept |
| |
| void | set_next (ElementType *element, ElementType *next) const noexcept |
| |
template<typename KeyType, typename ElementType, KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
class jlm::util::IntrusiveHashAccessor< KeyType, ElementType, key_member, anchor_member >
Definition at line 588 of file intrusive-hash.hpp.
◆ get_key()
template<typename KeyType , typename ElementType , KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
◆ get_next()
template<typename KeyType , typename ElementType , KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
◆ get_prev()
template<typename KeyType , typename ElementType , KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
◆ set_next()
template<typename KeyType , typename ElementType , KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
◆ set_prev()
template<typename KeyType , typename ElementType , KeyType ElementType::* key_member, IntrusiveHashAnchor< ElementType > ElementType::* anchor_member>
The documentation for this class was generated from the following file: