|
BitMagic-C++
|
XOR match chain. More...
#include <bmxor.h>

Public Member Functions | |
| bool | operator== (const block_match_chain &bmc) const BMNOEXCEPT |
Data Fields | |
| BLOCK_IDX | nb |
| unsigned | chain_size |
| unsigned | ref_idx [64] |
| bm::id64_t | xor_d64 [64] |
| bm::xor_complement_match | match |
XOR match chain.
|
inline |
| unsigned bm::block_match_chain< BLOCK_IDX >::chain_size |
Definition at line 292 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::compute_sim_model(), and bm::serializer< BV >::serialize().
| bm::xor_complement_match bm::block_match_chain< BLOCK_IDX >::match |
Definition at line 295 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::compute_sim_model(), and bm::serializer< BV >::serialize().
| BLOCK_IDX bm::block_match_chain< BLOCK_IDX >::nb |
Definition at line 291 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::compute_sim_model(), and bm::serializer< BV >::serialize().
| unsigned bm::block_match_chain< BLOCK_IDX >::ref_idx[64] |
Definition at line 293 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::compute_sim_model(), and bm::serializer< BV >::serialize().
| bm::id64_t bm::block_match_chain< BLOCK_IDX >::xor_d64[64] |
Definition at line 294 of file bmxor.h.
Referenced by bm::xor_scanner< BV >::compute_sim_model(), and bm::serializer< BV >::serialize().