![]() TGE Version 1.5.2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BitMatrix Class Reference#include <bitMatrix.h>
Detailed DescriptionA matrix of bits.This class manages an array of bits. There are no limitations on the size of the bit matrix (beyond available memory).
Constructor & Destructor DocumentationCreate a new bit matrix.
Member Function Documentation
Set all the bits in the matrix to false.
Set all the bits in the matrix to true.
Set a bit at a given location in the matrix.
Clear a bit at a given location in the matrix.
Is any bit in the given column set?
Is any bit in the given row set?
Field Documentation
|