Loading...
Searching...
No Matches
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 >
 A wrapper for a binary comparison of values that interjects pointer dereferencing with null pointer guards. More...
struct  UPtrList< T >::less
 A UPtrList compare binary predicate for normal sort order. Null entries (if any) sort to the end. More...
struct  UPtrList< T >::greater
 A UPtrList compare binary predicate for reverse sort order. More...
class  UPtrList< T >::Iterator< Const >
 Internally used base for iterator and const_iterator. More...
class  UPtrList< T >::iterator
 Forward iterator with non-const access. More...
class  UPtrList< T >::const_iterator
 Forward iterator with const access. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T>
Ostreamoperator<< (Ostream &os, const UPtrList< T > &list)
template<class T>
void sort (UPtrList< T > &list)
 Inplace (stable) sorting of pointer list.
template<class T, class Compare>
void sort (UPtrList< T > &list, const Compare &comp)
 Inplace (stable) sorting of pointer list using given comparator, which compares objects, not pointers.

Detailed Description

Original source file UPtrList.H

Definition in file UPtrList.H.