LList< LListBase, T >::iterator Class Reference
An STL-conforming iterator. More...
Inheritance diagram for LList< LListBase, T >::iterator:

Public Member Functions | |
| iterator (LListBase_iterator baseIter) | |
| Construct from base iterator. | |
| T & | operator* () |
| T & | operator() () |
| iterator & | operator++ () |
Detailed Description
template<class LListBase, class T>
class Foam::LList< LListBase, T >::iterator
An STL-conforming iterator.
Constructor & Destructor Documentation
| iterator | ( | LListBase_iterator | baseIter | ) | [inline] |
Construct from base iterator.
Reimplemented in LPtrList< LListBase, T >::iterator.
Member Function Documentation
| T& operator* | ( | ) | [inline] |
Reimplemented in LPtrList< LListBase, T >::iterator.
Definition at line 249 of file LList.H.
Referenced by LList< LListBase, T >::iterator::operator()().
Here is the caller graph for this function:

| T& operator() | ( | ) | [inline] |
Reimplemented in LPtrList< LListBase, T >::iterator.
Definition at line 256 of file LList.H.
References LList< LListBase, T >::iterator::operator*().
Here is the call graph for this function:

The documentation for this class was generated from the following file:
- src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H
