Public Member Functions | |
ControlWord () | |
ControlWord (int i) | |
int | operator! () const |
ControlWord | operator* (ControlWord i) const |
void | operator*= (ControlWord i) |
ControlWord | operator+ (ControlWord i) const |
int | operator+ () const |
void | operator+= (ControlWord i) |
ControlWord | operator- (ControlWord i) const |
void | operator-= (ControlWord i) |
bool | operator<= (ControlWord i) const |
bool | operator>= (ControlWord i) const |
ControlWord | operator^ (ControlWord i) const |
ControlWord | operator~ () const |
Protected Attributes | |
int | cw |
Organise an int as a series of bits to set options.
Definition at line 47 of file NewMatExhaustive.cpp.
ControlWord::ControlWord | ( | ) | [inline] |
Definition at line 52 of file NewMatExhaustive.cpp.
ControlWord::ControlWord | ( | int | i | ) | [inline] |
Definition at line 53 of file NewMatExhaustive.cpp.
int ControlWord::operator! | ( | ) | const [inline] |
Definition at line 81 of file NewMatExhaustive.cpp.
ControlWord ControlWord::operator* | ( | ControlWord | i | ) | const [inline] |
Definition at line 56 of file NewMatExhaustive.cpp.
void ControlWord::operator*= | ( | ControlWord | i | ) | [inline] |
Definition at line 58 of file NewMatExhaustive.cpp.
ControlWord ControlWord::operator+ | ( | ControlWord | i | ) | const [inline] |
Definition at line 61 of file NewMatExhaustive.cpp.
int ControlWord::operator+ | ( | ) | const [inline] |
Definition at line 80 of file NewMatExhaustive.cpp.
void ControlWord::operator+= | ( | ControlWord | i | ) | [inline] |
Definition at line 63 of file NewMatExhaustive.cpp.
ControlWord ControlWord::operator- | ( | ControlWord | i | ) | const [inline] |
Definition at line 66 of file NewMatExhaustive.cpp.
void ControlWord::operator-= | ( | ControlWord | i | ) | [inline] |
Definition at line 68 of file NewMatExhaustive.cpp.
bool ControlWord::operator<= | ( | ControlWord | i | ) | const [inline] |
Definition at line 72 of file NewMatExhaustive.cpp.
bool ControlWord::operator>= | ( | ControlWord | i | ) | const [inline] |
Definition at line 71 of file NewMatExhaustive.cpp.
ControlWord ControlWord::operator^ | ( | ControlWord | i | ) | const [inline] |
Definition at line 75 of file NewMatExhaustive.cpp.
ControlWord ControlWord::operator~ | ( | ) | const [inline] |
Definition at line 77 of file NewMatExhaustive.cpp.
int ControlWord::cw [protected] |
Definition at line 50 of file NewMatExhaustive.cpp.