Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| PackedBoolList | operator& (const PackedBoolList &lst1, const PackedBoolList &lst2) |
| | Intersect lists - the result is trimmed to the smallest intersecting size. More...
|
| |
| PackedBoolList | operator^ (const PackedBoolList &lst1, const PackedBoolList &lst2) |
| | Combine to form a unique list (xor) More...
|
| |
| PackedBoolList | operator| (const PackedBoolList &lst1, const PackedBoolList &lst2) |
| | Combine lists. More...
|
| |
Original source file PackedBoolList.H
Definition in file PackedBoolList.H.