#include <intrusive-list.hpp>
|
| 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 ElementType, IntrusiveListAnchor< ElementType > ElementType::* anchor_member>
class jlm::util::IntrusiveListAccessor< ElementType, anchor_member >
Definition at line 587 of file intrusive-list.hpp.
◆ get_next()
template<typename ElementType , IntrusiveListAnchor< ElementType > ElementType::* anchor_member>
◆ get_prev()
template<typename ElementType , IntrusiveListAnchor< ElementType > ElementType::* anchor_member>
◆ set_next()
template<typename ElementType , IntrusiveListAnchor< ElementType > ElementType::* anchor_member>
◆ set_prev()
template<typename ElementType , IntrusiveListAnchor< ElementType > ElementType::* anchor_member>
The documentation for this class was generated from the following file: