The structure for a singly-linked storage node. More...
#include <SLListBase.H>

Public Member Functions | |
| link () noexcept=default | |
| Default construct. | |
| void | deregister () noexcept |
| Deregister the node (after removal). | |
Public Attributes | |
| link * | next_ = nullptr |
| Pointer to next entry in list. | |
The structure for a singly-linked storage node.
Definition at line 64 of file SLListBase.H.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
|
inlinenoexcept |
Deregister the node (after removal).
Definition at line 79 of file SLListBase.H.
References deregister(), next_, and Foam::noexcept.
Referenced by deregister(), SLListBase::remove(), and SLListBase::removeHead().


| link* next_ = nullptr |
Pointer to next entry in list.
Definition at line 69 of file SLListBase.H.
Referenced by deregister(), SLListBase::front(), SLListBase::front(), SLListBase::push_back(), SLListBase::push_front(), SLListBase::remove(), and SLListBase::removeHead().