Link structure. More...
Public Member Functions | |
link () | |
Null construct. More... | |
bool | registered () const |
Check if the link is registered with the DLListBase. More... | |
void | deregister () |
Deregister the link after removal. More... | |
Data Fields | |
link * | prev_ |
Pointer to next entry in list. More... | |
link * | next_ |
Link structure.
Definition at line 56 of file DLListBase.H.
|
inline |
Null construct.
Definition at line 30 of file DLListBaseI.H.
|
inline |
Check if the link is registered with the DLListBase.
Definition at line 64 of file DLListBaseI.H.
|
inline |
Deregister the link after removal.
Definition at line 70 of file DLListBaseI.H.
Referenced by DLListBase::remove(), and DLListBase::replace().
link* prev_ |
Pointer to next entry in list.
Definition at line 59 of file DLListBase.H.
Referenced by DLListBase::append(), DLListBase::DLListBase(), DLListBase::insert(), DLListBase::remove(), DLListBase::replace(), DLListBase::swapDown(), and DLListBase::swapUp().
link * next_ |
Definition at line 59 of file DLListBase.H.
Referenced by DLListBase::append(), DLListBase::DLListBase(), DLListBase::insert(), DLListBase::remove(), DLListBase::replace(), DLListBase::swapDown(), and DLListBase::swapUp().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.