FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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

link *  next_
 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

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:
  • src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H
  • src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H