|
Jlm
|
#include <intrusive-list.hpp>
Public Member Functions | |
| 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 |
Definition at line 587 of file intrusive-list.hpp.
|
inlinenoexcept |
Definition at line 603 of file intrusive-list.hpp.
|
inlinenoexcept |
Definition at line 591 of file intrusive-list.hpp.
|
inlinenoexcept |
Definition at line 609 of file intrusive-list.hpp.
|
inlinenoexcept |
Definition at line 597 of file intrusive-list.hpp.