BitMagic-C++
|
Deserializer for bit-vector. More...
#include <bmserial.h>
Public Types | |
typedef BV | bvector_type |
typedef bvector_type::allocator_type | allocator_type |
typedef BV::size_type | size_type |
typedef bvector_type::block_idx_type | block_idx_type |
typedef deseriaizer_base< DEC, block_idx_type > | parent_type |
typedef parent_type::decoder_type | decoder_type |
typedef bm::bv_ref_vector< BV > | bv_ref_vector_type |
Public Member Functions | |
deserializer () | |
~deserializer () | |
size_t | deserialize (bvector_type &bv, const unsigned char *buf, bm::word_t *temp_block=0) |
void | set_ref_vectors (const bv_ref_vector_type *ref_vect) |
Attach collection of reference vectors for XOR de-serialization (no transfer of ownership for the pointer) | |
void | set_range (size_type from, size_type to) BMNOEXCEPT |
set deserialization range [from, to] This is NOT exact, approximate range, content outside range is not guaranteed to be absent | |
void | unset_range () BMNOEXCEPT |
Disable range deserialization. | |
Protected Types | |
typedef BV::blocks_manager_type | blocks_manager_type |
typedef bm::heap_vector< bm::gap_word_t, allocator_type, true > | block_arridx_type |
typedef allocator_type::allocator_pool_type | allocator_pool_type |
![]() | |
typedef DEC | decoder_type |
typedef BV::block_idx_type | block_idx_type |
typedef bm::bit_in< DEC > | bit_in_type |
Protected Attributes | |
block_arridx_type | bit_idx_arr_ |
block_arridx_type | gap_temp_block_ |
bm::word_t * | temp_block_ |
allocator_pool_type | pool_ |
allocator_type | alloc_ |
const bv_ref_vector_type * | ref_vect_ |
ref.vector for XOR compression | |
bm::word_t * | xor_block_ |
xor product | |
bm::word_t * | or_block_ |
unsigned | is_range_set_ |
size_type | idx_from_ |
size_type | idx_to_ |
![]() | |
bm::gap_word_t * | id_array_ |
ptr to idx array for temp decode use | |
block_idx_type | bookmark_idx_ |
last bookmark block index | |
unsigned | skip_offset_ |
bookmark to skip 256 encoded blocks | |
const unsigned char * | skip_pos_ |
decoder skip position | |
Additional Inherited Members | |
![]() | |
static void | read_0runs_block (decoder_type &decoder, bm::word_t *blk) BMNOEXCEPT |
read bit-block encoded as runs | |
static const char * | err_msg () BMNOEXCEPT |
Deserializer for bit-vector.
Definition at line 489 of file bmserial.h.
|
protected |
Definition at line 577 of file bmserial.h.
typedef bvector_type::allocator_type bm::deserializer< BV, DEC >::allocator_type |
Definition at line 494 of file bmserial.h.
|
protected |
Definition at line 576 of file bmserial.h.
typedef bvector_type::block_idx_type bm::deserializer< BV, DEC >::block_idx_type |
Definition at line 496 of file bmserial.h.
|
protected |
Definition at line 543 of file bmserial.h.
typedef bm::bv_ref_vector<BV> bm::deserializer< BV, DEC >::bv_ref_vector_type |
Definition at line 499 of file bmserial.h.
typedef BV bm::deserializer< BV, DEC >::bvector_type |
Definition at line 493 of file bmserial.h.
typedef parent_type::decoder_type bm::deserializer< BV, DEC >::decoder_type |
Definition at line 498 of file bmserial.h.
typedef deseriaizer_base<DEC, block_idx_type> bm::deserializer< BV, DEC >::parent_type |
Definition at line 497 of file bmserial.h.
typedef BV::size_type bm::deserializer< BV, DEC >::size_type |
Definition at line 495 of file bmserial.h.
bm::deserializer< BV, DEC >::deserializer | ( | ) |
Definition at line 3216 of file bmserial.h.
References bm::deserializer< BV, DEC >::alloc_, bm::deserializer< BV, DEC >::bit_idx_arr_, bm::gap_max_bits, bm::deserializer< BV, DEC >::gap_temp_block_, bm::deseriaizer_base< DEC, BV::block_idx_type >::id_array_, bm::deserializer< BV, DEC >::pool_, and bm::deserializer< BV, DEC >::temp_block_.
bm::deserializer< BV, DEC >::~deserializer | ( | ) |
Definition at line 3231 of file bmserial.h.
References BM_ASSERT.
|
protected |
Definition at line 3495 of file bmserial.h.
References bm::bit_block_set(), BM_IS_GAP, IS_FULL_BLOCK, and bm::set_bit().
|
protected |
Definition at line 3384 of file bmserial.h.
References bm::bit_block_or(), bm::bit_block_set(), bm::bit_invert(), BM_ASSERT, BM_IS_GAP, bm::clear_bit(), IS_FULL_BLOCK, bm::set_block_arr_bienc, bm::set_block_arr_bienc_inv, bm::set_block_arrbit_inv, bm::set_block_bit_digest0, and bm::set_block_bitgap_bienc.
|
protected |
Definition at line 3448 of file bmserial.h.
References bm::BM_OR, and bm::set_block_size.
|
protected |
Definition at line 3468 of file bmserial.h.
References bm::bit_block_set(), bm::BM_OR, and bm::set_block_size.
size_t bm::deserializer< BV, DEC >::deserialize | ( | bvector_type & | bv, |
const unsigned char * | buf, | ||
bm::word_t * | temp_block = 0 |
||
) |
Deserialize bit-vector (equivalent to logical OR)
bv | - target bit-vector |
buf | - BLOB memory pointer |
temp_block | - temporary buffer [block size] (not used) |
Definition at line 3531 of file bmserial.h.
References bm::bvector< Alloc >::mem_pool_guard::assign_if_not_set(), bm::bits_in_block, BM_ASSERT, bm::BM_GAP, bm::BM_HM_64_BIT, bm::BM_HM_HXOR, bm::BM_HM_ID_LIST, bm::BM_HM_NO_BO, bm::BM_HM_NO_GAPL, bm::BM_HM_RESIZE, BM_IS_GAP, bm::BM_OR, bm::gap_levels, bm::gap_max_bits, bm::get_block_coord(), bm::set_block_16one, bm::set_block_16zero, bm::set_block_1one, bm::set_block_1zero, bm::set_block_32one, bm::set_block_32zero, bm::set_block_64one, bm::set_block_64zero, bm::set_block_8one, bm::set_block_8zero, bm::set_block_aone, bm::set_block_arr_bienc, bm::set_block_arr_bienc_inv, bm::set_block_arrbit, bm::set_block_arrbit_inv, bm::set_block_arrgap, bm::set_block_arrgap_bienc, bm::set_block_arrgap_bienc_inv, bm::set_block_arrgap_bienc_inv_v2, bm::set_block_arrgap_bienc_v2, bm::set_block_arrgap_egamma, bm::set_block_arrgap_egamma_inv, bm::set_block_arrgap_inv, bm::set_block_azero, bm::set_block_bit, bm::set_block_bit_0runs, bm::set_block_bit_1bit, bm::set_block_bit_digest0, bm::set_block_bit_interval, bm::set_block_bitgap_bienc, bm::set_block_end, bm::set_block_gap, bm::set_block_gap_bienc, bm::set_block_gap_bienc_v2, bm::set_block_gap_egamma, bm::set_block_gapbit, bm::set_block_ref_eq, bm::set_block_shift, bm::set_block_xor_gap_ref16, bm::set_block_xor_gap_ref32, bm::set_block_xor_gap_ref8, bm::set_block_xor_ref16, bm::set_block_xor_ref32, bm::set_block_xor_ref8, bm::set_nb_bookmark16, bm::set_nb_bookmark24, bm::set_nb_bookmark32, bm::set_nb_sync_mark16, bm::set_nb_sync_mark24, bm::set_nb_sync_mark32, bm::set_nb_sync_mark48, bm::set_nb_sync_mark64, bm::set_nb_sync_mark8, and bm::set_total_blocks.
Referenced by bm::deserialize(), and bm::deserialize_range().
|
protected |
Definition at line 3249 of file bmserial.h.
References BM_ASSERT, BM_FALLTHROUGH, bm::BM_OR, BMGAP_PTR, BMPTR_SETBIT0, bm::gap_calc_level(), bm::gap_convert_to_bitset(), bm::gap_invert(), bm::gap_length(), bm::gap_max_bits, bm::gap_set_array(), bm::set_block_arrgap, bm::set_block_arrgap_bienc, bm::set_block_arrgap_bienc_inv, bm::set_block_arrgap_bienc_inv_v2, bm::set_block_arrgap_bienc_v2, bm::set_block_arrgap_egamma, bm::set_block_arrgap_egamma_inv, bm::set_block_arrgap_inv, bm::set_block_gap, bm::set_block_gap_bienc, bm::set_block_gap_bienc_v2, bm::set_block_gap_egamma, bm::set_block_gapbit, and bm::set_gap_level().
|
inline |
set deserialization range [from, to] This is NOT exact, approximate range, content outside range is not guaranteed to be absent
Definition at line 531 of file bmserial.h.
References bm::deserializer< BV, DEC >::idx_from_, bm::deserializer< BV, DEC >::idx_to_, and bm::deserializer< BV, DEC >::is_range_set_.
Referenced by bm::deserialize_range().
void bm::deserializer< BV, DEC >::set_ref_vectors | ( | const bv_ref_vector_type * | ref_vect | ) |
Attach collection of reference vectors for XOR de-serialization (no transfer of ownership for the pointer)
Definition at line 3240 of file bmserial.h.
Referenced by bm::deserialize(), and bm::deserialize_range().
|
inline |
Disable range deserialization.
Definition at line 540 of file bmserial.h.
References bm::deserializer< BV, DEC >::is_range_set_.
|
protected |
Definition at line 3969 of file bmserial.h.
References bm::bit_block_or(), bm::bit_block_xor(), BM_ASSERT, BM_IS_GAP, BMGAP_PTR, FULL_BLOCK_REAL_ADDR, bm::gap_convert_to_bitset(), bm::get_block_coord(), and IS_FULL_BLOCK.
|
protected |
Definition at line 585 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::deserializer().
|
protected |
Definition at line 580 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::deserializer().
|
protected |
Definition at line 581 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::deserializer().
|
protected |
Definition at line 596 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::set_range().
|
protected |
Definition at line 597 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::set_range().
|
protected |
Definition at line 595 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::set_range(), and bm::deserializer< BV, DEC >::unset_range().
|
protected |
Definition at line 591 of file bmserial.h.
|
protected |
Definition at line 584 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::deserializer().
|
protected |
ref.vector for XOR compression
Definition at line 589 of file bmserial.h.
|
protected |
Definition at line 582 of file bmserial.h.
Referenced by bm::deserializer< BV, DEC >::deserializer().
|
protected |
xor product
Definition at line 590 of file bmserial.h.