#include <bit.h>
Public Member Functions | |
| bit () | |
| bit (int value) | |
| bit & | operator= (const short &value) |
| bit & | operator= (const bit &x) |
| bit & | operator/= (const bit &x) |
| bit & | operator|= (const bit &x) |
| bit & | operator+= (const bit &x) |
| bit & | operator^= (const bit &x) |
| bit & | operator-= (const bit &x) |
| bit & | operator *= (const bit &x) |
| bit & | operator &= (const bit &x) |
| bit | operator+ (const bit &x) const |
| bit | operator^ (const bit &x) const |
| bit | operator- (const bit &x) const |
| bit | operator- () const |
| bit | operator & (const bit &x) const |
| bit | operator! (void) const |
| bit | operator~ (void) const |
| bit | operator| (const bit &x) const |
| bool | operator== (const bit &x) const |
| bool | operator== (const int &x) const |
| bool | operator!= (const bit &x) const |
| bool | operator!= (const int &x) const |
| operator short () const | |
| operator int () const | |
| operator bool () const | |
| operator float () const | |
| operator double () const | |
| char | value () const |
| SPUC::bit::bit | ( | ) | [inline] |
| SPUC::bit::bit | ( | int | value | ) | [inline] |
| SPUC::bit::operator bool | ( | ) | const [inline] |
| SPUC::bit::operator double | ( | ) | const [inline] |
| SPUC::bit::operator float | ( | ) | const [inline] |
| SPUC::bit::operator int | ( | ) | const [inline] |
| SPUC::bit::operator short | ( | ) | const [inline] |
| bit SPUC::bit::operator! | ( | void | ) | const [inline] |
| bool SPUC::bit::operator!= | ( | const int & | x | ) | const [inline] |
| bool SPUC::bit::operator!= | ( | const bit & | x | ) | const [inline] |
| bit SPUC::bit::operator- | ( | ) | const [inline] |
| bit& SPUC::bit::operator= | ( | const short & | value | ) | [inline] |
| bool SPUC::bit::operator== | ( | const int & | x | ) | const [inline] |
| bool SPUC::bit::operator== | ( | const bit & | x | ) | const [inline] |
| bit SPUC::bit::operator~ | ( | void | ) | const [inline] |
| char SPUC::bit::value | ( | ) | const [inline] |
1.4.7