Public Member Functions | Private Attributes
UList::greater Class Reference

Greater function class that can be used for sorting. More...

Collaboration diagram for UList::greater:
Collaboration graph
[legend]

Public Member Functions

 greater (const UList< T > &values)
 
bool operator() (const label a, const label b)
 

Private Attributes

const UList< T > & values_
 

Detailed Description

Greater function class that can be used for sorting.

Definition at line 117 of file UList.H.

Constructor & Destructor Documentation

◆ greater()

greater ( const UList< T > &  values)
inline

Definition at line 123 of file UList.H.

Member Function Documentation

◆ operator()()

bool operator() ( const label  a,
const label  b 
)
inline

Definition at line 128 of file UList.H.

References Foam::constant::physicoChemical::b, and UList::greater::values_.

Field Documentation

◆ values_

const UList<T>& values_
private

Definition at line 119 of file UList.H.

Referenced by UList::greater::operator()().


The documentation for this class was generated from the following file: