Link structure. More...
Public Member Functions | |
link (T a) | |
Construct given object. More... | |
Public Attributes | |
T | obj_ |
Stored object. More... | |
Link structure.
Construct given object.
Definition at line 98 of file LList.H.
Referenced by LList< Foam::chemPointISAT *>::append(), LList< Foam::chemPointISAT *>::first(), LList< Foam::chemPointISAT *>::insert(), LList< Foam::chemPointISAT *>::last(), LList< Foam::chemPointISAT *>::remove(), and LList< Foam::chemPointISAT *>::removeHead().
T obj_ |
Stored object.
Definition at line 95 of file LList.H.
Referenced by LList< Foam::chemPointISAT *>::first(), LList< Foam::chemPointISAT *>::last(), LList< LListBase, T >::iterator::operator*(), and LList< LListBase, T >::const_iterator::operator*().