Link structure. More...
#include <src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H>
Link structure.
Definition at line 57 of file DLListBase.H.
Inheritance diagram for DLListBase::link:
Collaboration diagram for DLListBase::link:Public Member Functions | |
| link () | |
| Null construct.
| |
| bool | registered () const |
| Check if the link is registered with the DLListBase.
| |
| void | deregister () |
| Deregister the link after removal.
| |
Public Attributes | |
| link * | prev_ |
| Pointer to next entry in list.
| |
| link * | next_ |
| link | ( | ) | [inline]
|
Null construct.
Definition at line 30 of file DLListBaseI.H.
| bool registered | ( | ) | const [inline]
|
Check if the link is registered with the DLListBase.
Definition at line 64 of file DLListBaseI.H.
| void deregister | ( | ) | [inline]
|
Deregister the link after removal.
Definition at line 70 of file DLListBaseI.H.
Referenced by DLListBase::remove(), DLListBase::removeHead(), and DLListBase::replace().
Pointer to next entry in list.
Definition at line 60 of file DLListBase.H.
Referenced by DLListBase::append(), DLListBase::DLListBase(), DLListBase::insert(), DLListBase::remove(), DLListBase::replace(), DLListBase::swapDown(), and DLListBase::swapUp().
Definition at line 60 of file DLListBase.H.
Referenced by DLListBase::append(), DLListBase::DLListBase(), DLListBase::insert(), DLListBase::remove(), DLListBase::removeHead(), DLListBase::replace(), DLListBase::swapDown(), and DLListBase::swapUp().