FreeFOAM The Cross-Platform CFD Toolkit
LList< LListBase, T >::link Struct Reference

Link structure. More...

#include <src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H>


Detailed Description

template<class LListBase, class T>
struct Foam::LList< LListBase, T >::link

Link structure.

Definition at line 91 of file LList.H.

+ Collaboration diagram for LList< LListBase, T >::link:

List of all members.

Public Member Functions

 link (T a)
 Construct given object.

Public Attributes

T obj_
 Stored object.

Constructor & Destructor Documentation

link ( T  a)
inline

Construct given object.

Definition at line 99 of file LList.H.


Member Data Documentation

T obj_

Stored object.

Definition at line 96 of file LList.H.


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