|
BitMagic-C++
|
XOR match pair. More...
#include <bmxor.h>
Public Member Functions | |
| match_pair () | |
| match_pair (bvector_size_type idx, bm::id64_t d64) | |
Data Fields | |
| bvector_size_type | ref_idx |
| reference vector index | |
| bm::id64_t | xor_d64 |
| recorded digest | |
|
inline |
| bvector_size_type bm::match_pair::ref_idx |
reference vector index
Definition at line 275 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::apply_xor_match_vector(), bm::xor_scanner< BV >::compute_sim_model(), and match_pair().
| bm::id64_t bm::match_pair::xor_d64 |
recorded digest
Definition at line 276 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::apply_xor_match_vector(), bm::xor_scanner< BV >::compute_sim_model(), and match_pair().