OpenFOAM logo
Open Source CFD Toolkit

DLListBase::link Struct Reference

Collaboration diagram for DLListBase::link:

Collaboration graph
[legend]
List of all members.

Detailed Description

Link structure.

Definition at line 64 of file DLListBase.H.

Public Member Functions

 link ()
 Null construct.
 link (link *prev, link *next)
 Construct given pointers to previous and next links.

Public Attributes

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


Constructor & Destructor Documentation

link  )  [inline]
 

Null construct.

Definition at line 48 of file DLListBaseI.H.

link link prev,
link next
[inline]
 

Construct given pointers to previous and next links.

Definition at line 56 of file DLListBaseI.H.


Member Data Documentation

link * next_
 

Pointer to next entry in list.

Definition at line 67 of file DLListBase.H.

Referenced by DLListBase::DLListBase().

link* prev_
 

Pointer to next entry in list.

Definition at line 67 of file DLListBase.H.

Referenced by DLListBase::DLListBase().


The documentation for this struct was generated from the following files:
For further information go to www.openfoam.org