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< DLListBase, Foam::entry * >::append(), and LList< DLListBase, Foam::entry * >::insert().
T obj_ |
Stored object.
Definition at line 95 of file LList.H.
Referenced by LList< DLListBase, Foam::entry * >::first(), LList< DLListBase, Foam::entry * >::last(), LList< LListBase, T >::iterator::operator*(), and LList< LListBase, T >::const_iterator::operator*().