|
BitMagic-C++
|
Example: bvector<> set operations on serialized/compressed BLOBs. More...
#include <stdlib.h>#include <iostream>#include <vector>#include "bm.h"#include "bmserial.h"#include "bmundef.h"
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 46 of file sample14.cpp.
References MAX_VALUE, and bm::bvector< Alloc >::set().
Referenced by main().
| int main | ( | void | ) |
Definition at line 58 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 >::opt_compress, 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 43 of file sample14.cpp.