Foam::HashTableOps Namespace Reference

Various operations for HashTable. More...

Classes

struct  plusEqOp
 Combine HashTable operation. Equivalent to 'a += b'. More...
 

Functions

template<class T , class Key , class Hash >
List< Tvalues (const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
 List of values from HashTable, optionally sorted. More...
 

Detailed Description

Various operations for HashTable.

Source files

Function Documentation

◆ values()

List< T > values ( const HashTable< T, Key, Hash > &  tbl,
const bool  doSort = false 
)

List of values from HashTable, optionally sorted.

Definition at line 148 of file HashOps.H.

References forAllConstIters, Foam::output(), HashTable< T, Key, Hash >::size(), and Foam::sort().

Referenced by cuttingSurfaceBase::walkCellCuts().

Here is the call graph for this function:
Here is the caller graph for this function: