#include "CH_assert.H"
#include <iostream>
#include "CH_Timer.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | BitSet |
class | BitSetIterator |
class | BitSetTrueIterator |
Defines | |
#define | BITSETWORD unsigned int |
Variables | |
const int | BITSETWORDSIZE = 8*sizeof(unsigned int) |
#define BITSETWORD unsigned int |
Referenced by BitSet::operator[]().
const int BITSETWORDSIZE = 8*sizeof(unsigned int) |