BitMagic-C++
|
Algorithms for bvector<> (main include) More...
Go to the source code of this file.
Data Structures | |
class | bm::rank_compressor< BV > |
Algorithms for rank compression of bit-vector. More... | |
Namespaces | |
bm | |
Macros | |
#define | BM_SCANNER_OP(x) |
Functions | |
template<class BV , class Func > | |
void | bm::for_each_bit (const BV &bv, Func &bit_functor) |
bit-vector visitor scanner to traverse each 1 bit using C++ visitor More... | |
template<class BV > | |
void | bm::visit_each_bit (const BV &bv, void *handle_ptr, bit_visitor_callback_type callback_ptr) |
bit-vector visitor scanner to traverse each 1 bit using C callback More... | |
#define BM_SCANNER_OP | ( | x | ) |