Classes | Namespaces | Functions
bitSet.H File Reference
Include dependency graph for bitSet.H:

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)
 

Detailed Description

Original source file bitSet.H

Definition in file bitSet.H.