Loading...
Searching...
No Matches
SLListBase::link Struct Reference

The structure for a singly-linked storage node. More...

#include <SLListBase.H>

Collaboration diagram for SLListBase::link:

Public Member Functions

 link () noexcept=default
 Default construct.
void deregister () noexcept
 Deregister the node (after removal).

Public Attributes

linknext_ = nullptr
 Pointer to next entry in list.

Detailed Description

The structure for a singly-linked storage node.

Definition at line 64 of file SLListBase.H.

Constructor & Destructor Documentation

◆ link()

link ( )
defaultnoexcept

Default construct.

References Foam::noexcept.

Member Function Documentation

◆ deregister()

void deregister ( )
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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ next_

link* next_ = nullptr

The documentation for this struct was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H