#include <bitVector.h>
Public Member Functions | |
| BitRef (uint *data, uint bit) | |
| BitRef (const BitRef &rhs) | |
| BitRef & | operator= (const BitRef &rhs) |
| bool | operator= (const bool u) |
| bool | operator() () const |
Friends | |
| std::ostream & | operator<< (std::ostream &, const BitRef &bv) |
|
||||||||||||
|
Definition at line 26 of file bitVector.cpp. References gutz::bitMask(). |
|
|
Definition at line 32 of file bitVector.cpp. |
|
|
Definition at line 39 of file bitVector.cpp. |
|
|
Definition at line 56 of file bitVector.cpp. |
|
|
Definition at line 45 of file bitVector.cpp. |
|
||||||||||||
|
Definition at line 497 of file bitVector.cpp. |