BitVec defines a bit-vector as an array of BitVecType. More...
#include "DAGHDefaults.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | BitVec |
Class BitVec defines a bit-vector as an array of BitVecType. More... | |
Defines | |
#define | MaxBitVecSlots (4) |
Typedefs | |
typedef int | BitVecType |
BitVec defines a bit-vector as an array of BitVecType.
Necessary for space-filling curve.
#define MaxBitVecSlots (4) |
Referenced by BitVec::BitVec().
typedef int BitVecType |