Loading...
Searching...
No Matches
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.

Detailed Description

Various operations for HashTable.

Source files

Function Documentation

◆ values()

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

List of values from HashTable, optionally sorted.

Definition at line 163 of file HashOps.H.

References forAllConstIters, 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: