Link structure. More...
#include <src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H>
Link structure.
Definition at line 57 of file SLListBase.H.
Public Member Functions | |
link () | |
Null construct.
| |
link (link *p) | |
Construct given pointer to another link.
| |
Public Attributes | |
link * | next_ |
Pointer to next entry in list.
|
link | ( | ) | [inline]
|
Null construct.
Definition at line 33 of file SLListBaseI.H.
Construct given pointer to another link.
Definition at line 39 of file SLListBaseI.H.
Pointer to next entry in list.
Definition at line 60 of file SLListBase.H.
Referenced by SLListBase::append(), SLListBase::insert(), SLListBase::remove(), and SLListBase::removeHead().