OpenASIP
2.0
|
This is the complete list of members for BitMatrix, including all inherited members.
bitAt(int column, int row) const | BitMatrix | |
BitMatrix(int width, int height, bool initialValue) | BitMatrix | |
BitMatrix(const BitMatrix &another) | BitMatrix | |
columnCount() const | BitMatrix | |
columns_ | BitMatrix | private |
conflictsWith(const BitMatrix &another) const | BitMatrix | |
matrix_ | BitMatrix | private |
operator<(const BitMatrix &rightHand) const | BitMatrix | |
operator==(const BitMatrix &other) const | BitMatrix | |
orWith(const BitMatrix &another) | BitMatrix | |
rowCount() const | BitMatrix | |
rows_ | BitMatrix | private |
RowWord typedef | BitMatrix | private |
setAllToOne() | BitMatrix | |
setAllToZero() | BitMatrix | |
setBit(int column, int row, bool value) | BitMatrix | |
shiftLeft() | BitMatrix | |
toDotString() const | BitMatrix | |
toString() const | BitMatrix | |
wordsPerRow_ | BitMatrix | private |
~BitMatrix() | BitMatrix | virtual |