Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| Ostream & | operator<< (Ostream &os, const bitSet &bitset) |
| | Write bitset to Ostream with 40 items per line. More...
|
| |
| Ostream & | operator<< (Ostream &os, const InfoProxy< bitSet > &iproxy) |
| | Output bitset information. More...
|
| |
| bitSet | operator~ (const bitSet &bitset) |
| | Bitset complement, returns a copy of the bitset with all its bits flipped. More...
|
| |
| bitSet | operator & (const bitSet &a, const bitSet &b) |
| | Bitwise-AND of two bitsets. More...
|
| |
| bitSet | operator| (const bitSet &a, const bitSet &b) |
| | Bitwise-OR of two bitsets. More...
|
| |
| bitSet | operator^ (const bitSet &a, const bitSet &b) |
| | Bitwise-XOR of two bitsets to form a unique bit-set. More...
|
| |
| bitSet | operator- (const bitSet &a, const bitSet &b) |
| | Bitwise difference (subset) of two bitsets to form a unique bit-set. More...
|
| |
Original source file bitSet.H
Definition in file bitSet.H.