UPtrList.H File Reference
Include dependency graph for UPtrList.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UPtrList< T >
 A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers - this is to be done elsewhere. The operator[] returns a reference to the object, not the pointer. More...
 
struct  UPtrList< T >::value_compare< Compare >
 
struct  UPtrList< T >::less
 
struct  UPtrList< T >::greater
 A UPtrList compare binary predicate for reverse sort order. More...
 
class  UPtrList< T >::iterator
 Random-access iterator with non-const access. More...
 
class  UPtrList< T >::const_iterator
 Random-access iterator with const access. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
Ostream & operator<< (Ostream &os, const UPtrList< T > &list)
 
template<class T >
void sort (UPtrList< T > &list)
 Inplace (stable) sorting of pointer list. More...
 
template<class T , class Compare >
void sort (UPtrList< T > &list, const Compare &comp)
 

Detailed Description

Original source file UPtrList.H

Definition in file UPtrList.H.