Definittion of BitVector. More...
#include <vector>#include <iostream>#include <algorithm>#include <stdint.h>#include "hsds/vector.hpp"#include "hsds/rank-index.hpp"Go to the source code of this file.
Data Structures | |
| class | hsds::BitVector |
| Succinct bit vector class. More... | |
Namespaces | |
| namespace | hsds |
| The namespace for Hide's Succinct Data Structures. | |
Macros | |
| #define | FORCE_INLINE inline __attribute__((always_inline)) |
Variables | |
| const uint64_t | hsds::NOT_FOUND = 0xFFFFFFFFFFFFFFFF |
Definittion of BitVector.
Definition in file bit-vector.hpp.
| #define FORCE_INLINE inline __attribute__((always_inline)) |
Definition at line 22 of file bit-vector.hpp.
1.8.3.1