Go to the source code of this file.
|
class | MinMax |
| A min/max value pair with additional methods. In addition to conveniently storing values, it can be used for logic operations or to modify data. A few global functions and functors are also provided. More...
|
|
class | HashSet |
| A HashTable with keys but without contents that is similar to std::unordered_set . More...
|
|
class | HashSet |
| A HashTable with keys but without contents that is similar to std::unordered_set . More...
|
|
|
label | min (const labelHashSet &set, label minValue=labelMax) |
|
label | max (const labelHashSet &set, label maxValue=labelMin) |
|
MinMax< label > | minMax (const labelHashSet &set) |
|
template<class Key , class Hash > |
Ostream & | operator<< (Ostream &os, const HashSet< Key, Hash > &rhs) |
|
template<class Key , class Hash > |
HashSet< Key, Hash > | operator| (const HashSet< Key, Hash > &a, const HashSet< Key, Hash > &b) |
|
template<class Key , class Hash > |
HashSet< Key, Hash > | operator& (const HashSet< Key, Hash > &a, const HashSet< Key, Hash > &b) |
|
template<class Key , class Hash > |
HashSet< Key, Hash > | operator^ (const HashSet< Key, Hash > &a, const HashSet< Key, Hash > &b) |
|
template<class Key , class Hash > |
HashSet< Key, Hash > | operator- (const HashSet< Key, Hash > &a, const HashSet< Key, Hash > &b) |
|
Original source file HashSet.H
Definition in file HashSet.H.