Loading...
Searching...
No Matches
UILList.H File Reference
Include dependency graph for UILList.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UILList< LListBase, T >
 Template class for intrusive linked lists. More...
class  UILList< LListBase, T >::iterator
 A non-const iterator. More...
class  UILList< LListBase, T >::const_iterator
 A const_iterator. More...
class  UILList< LListBase, T >::reverse_iterator
 A reverse_iterator, for LListBase classes that support reverse iteration. More...
class  UILList< 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>
Ostreamoperator<< (Ostream &os, const UILList< LListBase, T > &lst)

Detailed Description

Original source file UILList.H

Definition in file UILList.H.