#include "PSync/detail/config.hpp"
#include <ndn-cxx/name.hpp>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | psync::CompressionError |
struct | psync::MissingDataInfo |
Namespaces | |
psync | |
Typedefs | |
using | psync::UpdateCallback = std::function< void(const std::vector< MissingDataInfo > &)> |