bm::iterator_deserializer< BV, SerialIterator > Class Template Reference

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)
static void deserialize (bvector_type &bv_target, const bvector_type &bv_mask, serial_iterator_type &sit, bm::word_t *temp_block, set_operation op)
 experimental 3 way deserialization target = mask OPERATION% BLOB

Detailed Description

template<class BV, class SerialIterator>
class bm::iterator_deserializer< BV, SerialIterator >

Iterator to walk forward the serialized stream.

Definition at line 317 of file bmserial.h.


Member Typedef Documentation

template<class BV , class SerialIterator >
typedef BV bm::iterator_deserializer< BV, SerialIterator >::bvector_type

Definition at line 320 of file bmserial.h.

template<class BV , class SerialIterator >
typedef SerialIterator bm::iterator_deserializer< BV, SerialIterator >::serial_iterator_type

Definition at line 321 of file bmserial.h.


Member Function Documentation

template<class BV , class SerialIterator >
void bm::iterator_deserializer< BV, SerialIterator >::deserialize ( bvector_type bv_target,
const bvector_type bv_mask,
serial_iterator_type sit,
bm::word_t temp_block,
set_operation  op 
) [inline, static]
template<class BV , class SerialIterator >
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]

The documentation for this class was generated from the following file:

Generated on Sun Apr 25 09:37:46 2010 for BitMagic by  doxygen 1.6.1