OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

link Struct Reference

Link structure. More...

Inheritance diagram for link:
Collaboration diagram for link:

List of all members.


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

linkprev_
 Pointer to next entry in list.
linknext_

Detailed Description

Link structure.

Definition at line 52 of file DLListBase.H.


Constructor & Destructor Documentation

link (  )  [inline]

Null construct.

Definition at line 22 of file DLListBaseI.H.


Member Function Documentation

bool registered (  )  const [inline]

Check if the link is registered with the DLListBase.

Definition at line 56 of file DLListBaseI.H.

void deregister (  )  [inline]

Deregister the link after removal.

Definition at line 62 of file DLListBaseI.H.

References link::next_, and link::prev_.


Member Data Documentation

Pointer to next entry in list.

Definition at line 55 of file DLListBase.H.

Referenced by DLListBase::append(), link::deregister(), and DLListBase::swapUp().


The documentation for this struct was generated from the following files:
  • src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H
  • src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H
Copyright © 2000-2009 OpenCFD Ltd