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