Go to the source code of this file.
Classes | |
class | psync::detail::IBLT::Error |
class | psync::detail::HashTableEntry |
class | psync::detail::IBLT |
Invertible Bloom Lookup Table (Invertible Bloom Filter) More... | |
Namespaces | |
psync | |
psync::detail | |
Functions | |
bool | psync::detail::operator!= (const IBLT &iblt1, const IBLT &iblt2) |
std::ostream & | psync::detail::operator<< (std::ostream &os, const IBLT &iblt) |
bool | psync::detail::operator== (const IBLT &iblt1, const IBLT &iblt2) |
Variables | |
const size_t | psync::detail::N_HASH |
const size_t | psync::detail::N_HASHCHECK |