Loading...
Searching...
No Matches
LList.H File Reference
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...
 The storage of T with linked nodes. More...
class  LList< LListBase, T >::iterator
 An STL-conforming iterator. More...
class  LList< LListBase, T >::const_iterator
 An STL-conforming const_iterator. More...
class  LList< LListBase, T >::reverse_iterator
 A reverse_iterator, for LListBase classes that support reverse iteration. More...
class  LList< LListBase, T >::const_reverse_iterator
 A const_reverse_iterator, for LListBase classes that support reverse iteration. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class LListBase, class T>
Istreamoperator>> (Istream &is, LList< LListBase, T > &lst)
template<class LListBase, class T>
Ostreamoperator<< (Ostream &os, const LList< LListBase, T > &lst)

Detailed Description

Original source file LList.H

Definition in file LList.H.