FreeFOAM The Cross-Platform CFD Toolkit
SLListBase::link Struct Reference

Link structure. More...

#include <src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H>


Detailed Description

Link structure.

Definition at line 57 of file SLListBase.H.

+ Collaboration diagram for SLListBase::link:

List of all members.

Public Member Functions

 link ()
 Null construct.
 link (link *p)
 Construct given pointer to another link.

Public Attributes

linknext_
 Pointer to next entry in list.

Constructor & Destructor Documentation

link ( )
inline

Null construct.

Definition at line 33 of file SLListBaseI.H.

link ( link p)
inline

Construct given pointer to another link.

Definition at line 39 of file SLListBaseI.H.


Member Data Documentation

link* next_

Pointer to next entry in list.

Definition at line 60 of file SLListBase.H.

Referenced by SLListBase::append(), SLListBase::insert(), SLListBase::remove(), and SLListBase::removeHead().


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