#include "PSync/detail/bloom-filter.hpp"
#include "PSync/detail/util.hpp"
#include <ndn-cxx/util/logger.hpp>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <iterator>
#include <limits>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
psync | |
Functions | |
NDN_LOG_INIT (psync.BloomFilter) | |
std::ostream & | psync::operator<< (std::ostream &out, const BloomFilter &bf) |
bool | psync::operator== (const BloomFilter &bf1, const BloomFilter &bf2) |
Variables | |
static const unsigned char | psync::bit_mask [bits_per_char] |
static const std::size_t | psync::bits_per_char = 0x08 |
NDN_LOG_INIT | ( | psync. | BloomFilter | ) |