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

Link structure. More...

Inheritance diagram for DLListBase::link:
Inheritance graph
[legend]
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 ( )
inline

Null construct.

Definition at line 30 of file DLListBaseI.H.

Member Function Documentation

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

Here is the caller graph for this function:

Member Data Documentation

link* prev_
link * next_

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