LList< LListBase, T >::link Struct Reference

Link structure. More...

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

Public Member Functions

 link (T a)
 Construct given object. More...
 

Public Attributes

T obj_
 Stored object. More...
 

Detailed Description

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

Link structure.

Definition at line 90 of file LList.H.

Constructor & Destructor Documentation

◆ link()

link ( T  a)
inline

Construct given object.

Definition at line 98 of file LList.H.

Member Data Documentation

◆ obj_

T obj_

Stored object.

Definition at line 95 of file LList.H.

Referenced by LList< LListBase, T >::remove(), and LList< LListBase, T >::removeHead().


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