Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator| (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Combine entries from HashSets. More...
|
| |
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator & (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Create a HashSet that only contains entries found in both HashSets. More...
|
| |
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator^ (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Create a HashSet that only contains unique entries (xor) More...
|
| |
Original source file HashSet.H
Definition in file HashSet.H.