Definition of Word-Aligned Hybrid code. More...
#include "array_t.h"
Go to the source code of this file.
Classes | |
class | ibis::bitvector |
A data structure to represent a sequence of bits. More... | |
class | ibis::bitvector::const_iterator |
The const_iterator class. It iterates on the individual bits. More... | |
class | ibis::bitvector::indexSet |
The indexSet stores positions of bits that are one. More... | |
class | ibis::bitvector::iterator |
The iterator that allows modification of bits. More... | |
class | ibis::bitvector::pit |
Iterate over the positive positions one at a time. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, const ibis::bitvector &) |
Definition of Word-Aligned Hybrid code.