BitMagic-C++
|
Example: bvector<> set operations on serialized/compressed BLOBs. More...
Go to the source code of this file.
Functions | |
static void | fill_bvector (bm::bvector<> *bv) |
int | main (void) |
Variables | |
const unsigned | MAX_VALUE = 1000000 |
Example: bvector<> set operations on serialized/compressed BLOBs.
Definition in file sample14.cpp.
|
static |
Definition at line 45 of file sample14.cpp.
References MAX_VALUE, and bm::bvector< Alloc >::set().
Referenced by main().
int main | ( | void | ) |
Definition at line 57 of file sample14.cpp.
References BM_DECLARE_TEMP_BLOCK, bm::bvector< Alloc >::count(), bm::deserialize(), bm::operation_deserializer< BV >::deserialize(), bm::bvector< Alloc >::equal(), fill_bvector(), bm::bvector< Alloc >::optimize(), bm::serializer< BV >::serialize(), bm::set_AND, bm::serializer< BV >::set_compression_level(), bm::set_COUNT_SUB_AB, and bm::set_SUB.
const unsigned MAX_VALUE = 1000000 |
Definition at line 42 of file sample14.cpp.
Referenced by fill_bvector().