Public Member Functions | Public Attributes | List of all members
DLListBase::link Struct Reference
Collaboration diagram for DLListBase::link:
Collaboration graph
[legend]

Public Member Functions

 link ()=default
 
bool registered () const
 
void deregister ()
 

Public Attributes

linkprev_ = nullptr
 
linknext_ = nullptr
 

Detailed Description

Definition at line 62 of file DLListBase.H.

Constructor & Destructor Documentation

◆ link()

link ( )
default

Member Function Documentation

◆ registered()

bool registered ( ) const
inline

Definition at line 95 of file DLListBaseI.H.

◆ deregister()

void deregister ( )
inline

Definition at line 101 of file DLListBaseI.H.

Referenced by DLListBase::remove(), DLListBase::removeHead(), and DLListBase::replace().

Here is the caller graph for this function:

Member Data Documentation

◆ prev_

link* prev_ = nullptr

◆ next_

link* next_ = nullptr

The documentation for this struct was generated from the following files: