HOG2
|
Go to the source code of this file.
Classes | |
class | BitVector |
Typedefs | |
typedef uint8_t | storageElement |
An efficient bit-wise vector implementation. More... | |
Variables | |
const int | storageBits = 8 |
const int | storageBitsPower = 3 |
const int | storageMask = 0x7 |
typedef uint8_t storageElement |
An efficient bit-wise vector implementation.
Definition at line 28 of file BitVector.h.
const int storageBits = 8 |
Definition at line 29 of file BitVector.h.
const int storageBitsPower = 3 |
Definition at line 30 of file BitVector.h.
Referenced by BitVector::BitVector(), BitVector::Get(), BitVector::Load(), BitVector::Set(), and BitVector::SetTrue().
const int storageMask = 0x7 |
Definition at line 31 of file BitVector.h.
Referenced by BitVector::Get(), BitVector::Set(), and BitVector::SetTrue().