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< T > | values (const HashTable< T, Key, Hash > &tbl, const bool doSort=false) |
| List of values from HashTable, optionally sorted. | |
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().

