Go to the source code of this file.
Data Structures | |
class | PackedBoolList |
A bit-packed bool list. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Typedefs | |
typedef List< PackedBoolList > | PackedBoolListList |
Functions | |
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.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.