#include "PSync/detail/util.hpp"
#include <ndn-cxx/name.hpp>
#include <inttypes.h>
#include <set>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | psync::IBLT::Error |
class | psync::HashTableEntry |
class | psync::IBLT |
Invertible Bloom Lookup Table (Invertible Bloom Filter) More... | |
Namespaces | |
psync | |
Functions | |
bool | psync::operator!= (const IBLT &iblt1, const IBLT &iblt2) |
std::ostream & | psync::operator<< (std::ostream &out, const IBLT &iblt) |
bool | psync::operator== (const IBLT &iblt1, const IBLT &iblt2) |
Variables | |
const size_t | psync::N_HASH |
const size_t | psync::N_HASHCHECK |