A UPtrList compare binary predicate for reverse sort order. More...
#include <UPtrList.H>
Public Member Functions | |
| greater (const UPtrList< T > &list) | |
| bool | operator() (const label ai, const label bi) const |
| Compare dereferenced pointer locations for reverse sort. | |
Public Attributes | |
| const UPtrList< T > & | values |
A UPtrList compare binary predicate for reverse sort order.
Null entries (if any) sort to the end.
Definition at line 221 of file UPtrList.H.
Definition at line 225 of file UPtrList.H.
References UPtrList< T >::UPtrList(), and values.

|
inline |
Compare dereferenced pointer locations for reverse sort.
Definition at line 233 of file UPtrList.H.
References b, Foam::T(), and values.

Definition at line 223 of file UPtrList.H.
Referenced by greater(), and operator()().