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... | |
struct | ibis::bitvector::active_word |
The struct active_word stores the last few bits that do not fill a whole word. | |
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... | |
struct | ibis::bitvector::run |
An internal struct used during logical operations to track the usage of fill words. | |
Functions | |
std::ostream & | operator<< (std::ostream &, const ibis::bitvector &) |
Definition of Word-Aligned Hybrid code.
![]() |