HOG2
Classes | Typedefs | Variables
BitVector.h File Reference
#include <stdint.h>
#include "MMapUtil.h"
Include dependency graph for BitVector.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ storageElement

typedef uint8_t storageElement

An efficient bit-wise vector implementation.

Definition at line 28 of file BitVector.h.

Variable Documentation

◆ storageBits

const int storageBits = 8

Definition at line 29 of file BitVector.h.

◆ storageBitsPower

const int storageBitsPower = 3

◆ storageMask

const int storageMask = 0x7

Definition at line 31 of file BitVector.h.

Referenced by BitVector::Get(), BitVector::Set(), and BitVector::SetTrue().