Public Member Functions | Public Attributes | List of all members
DLListBase::link Struct Reference

Link structure. More...

Collaboration diagram for DLListBase::link:
Collaboration graph
[legend]

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...
 

Public Attributes

linkprev_
 Pointer to next entry in list. More...
 
linknext_
 

Detailed Description

Link structure.

Definition at line 56 of file DLListBase.H.

Constructor & Destructor Documentation

◆ link()

link ( )
inline

Null construct.

Definition at line 30 of file DLListBaseI.H.

Member Function Documentation

◆ registered()

bool registered ( ) const
inline

Check if the link is registered with the DLListBase.

Definition at line 64 of file DLListBaseI.H.

◆ deregister()

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

Here is the caller graph for this function:

Member Data Documentation

◆ prev_

link* prev_

◆ next_

link * next_

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