Iterator to walk forward the serialized stream. More...
#include <bmserial.h>
Public Types | |
| typedef BV | bvector_type |
| typedef SerialIterator | serial_iterator_type |
Static Public Member Functions | |
| static unsigned | deserialize (bvector_type &bv, serial_iterator_type &sit, bm::word_t *temp_block, set_operation op=bm::set_OR) |
Iterator to walk forward the serialized stream.
Definition at line 303 of file bmserial.h.
| typedef BV bm::iterator_deserializer< BV, SerialIterator >::bvector_type |
Definition at line 306 of file bmserial.h.
| typedef SerialIterator bm::iterator_deserializer< BV, SerialIterator >::serial_iterator_type |
Definition at line 307 of file bmserial.h.
| unsigned bm::iterator_deserializer< BV, SerialIterator >::deserialize | ( | bvector_type & | bv, | |
| serial_iterator_type & | sit, | |||
| bm::word_t * | temp_block, | |||
| set_operation | op = bm::set_OR | |||
| ) | [inline, static] |
Definition at line 2899 of file bmserial.h.
References bm::bit_block_xor(), bm::bits_in_block, BM_ASSERT, bm::BM_GAP, BM_IS_GAP, BM_SET_MMX_GUARD, BMGAP_PTR, bm::combine_count_operation_with_block(), bm::count_or(), bm::COUNT_SUB_BA, bm::COUNT_XOR, bm::count_xor(), FULL_BLOCK_ADDR, bm::gap_calc_level(), bm::gap_convert_to_bitset(), bm::gap_equiv_len, bm::gap_length(), bm::is_const_set_operation(), IS_FULL_BLOCK, bm::operation2metric(), bm::set_AND, bm::set_array_size, bm::set_ASSIGN, bm::set_COUNT, bm::set_COUNT_A, bm::set_COUNT_AND, bm::set_COUNT_B, bm::set_COUNT_OR, bm::set_COUNT_SUB_AB, bm::set_COUNT_SUB_BA, bm::set_COUNT_XOR, bm::set_END, bm::set_gap_level(), bm::set_OR, bm::set_SUB, bm::set_XOR, and bm::setop2op().
1.6.1