FreeFOAM The Cross-Platform CFD Toolkit
LList.H File Reference

Detailed Description

Definition in file LList.H.

+ Include dependency graph for LList.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LList< LListBase, T >
 Template class for non-intrusive linked lists. More...
struct  LList< LListBase, T >::link
 Link structure. More...
class  LList< LListBase, T >::iterator
 An STL-conforming iterator. More...
class  LList< LListBase, T >::const_iterator
 An STL-conforming const_iterator. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class LListBase , class T >
Istream & operator>> (Istream &, LList< LListBase, T > &)
template<class LListBase , class T >
Ostream & operator<< (Ostream &, const LList< LListBase, T > &)