Public Member Functions | Public Attributes | List of all members
LList< LListBase, T >::link Struct Reference

Link structure. More...

Inheritance diagram for LList< LListBase, T >::link:
Inheritance graph
[legend]
Collaboration diagram for LList< LListBase, T >::link:
Collaboration graph
[legend]

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

Member Data Documentation

◆ obj_

T obj_

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