Go to the source code of this file.
Classes | |
class | bitSet |
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety of bit-set operations. Its behaviour is largely list-like, with some HashSet features. More... | |
class | bitSet::reference |
class | bitSet::const_iterator |
struct | Hash< bitSet > |
Namespaces | |
Foam | |
Functions | |
Ostream & | operator<< (Ostream &os, const bitSet &bitset) |
Ostream & | operator<< (Ostream &os, const InfoProxy< bitSet > &info) |
bitSet | operator~ (const bitSet &bitset) |
bitSet | operator& (const bitSet &a, const bitSet &b) |
bitSet | operator| (const bitSet &a, const bitSet &b) |
bitSet | operator^ (const bitSet &a, const bitSet &b) |
bitSet | operator- (const bitSet &a, const bitSet &b) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.