#include <state.hpp>
|
| State ()=default |
|
| State (const ndn::Block &block) |
|
void | addContent (const ndn::Name &prefix) |
|
std::vector< ndn::Name >::const_iterator | begin () const |
|
std::vector< ndn::Name >::const_iterator | end () const |
|
const std::vector< ndn::Name > & | getContent () const |
|
void | wireDecode (const ndn::Block &wire) |
|
const ndn::Block & | wireEncode () const |
|
template<ndn::encoding::Tag TAG> |
size_t | wireEncode (ndn::EncodingImpl< TAG > &block) const |
|
Definition at line 36 of file state.hpp.
◆ State() [1/2]
psync::detail::State::State |
( |
| ) |
|
|
default |
◆ State() [2/2]
psync::detail::State::State |
( |
const ndn::Block & |
block | ) |
|
|
explicit |
◆ addContent()
void psync::detail::State::addContent |
( |
const ndn::Name & |
prefix | ) |
|
◆ begin()
std::vector<ndn::Name>::const_iterator psync::detail::State::begin |
( |
| ) |
const |
|
inline |
◆ end()
std::vector<ndn::Name>::const_iterator psync::detail::State::end |
( |
| ) |
const |
|
inline |
◆ getContent()
const std::vector<ndn::Name>& psync::detail::State::getContent |
( |
| ) |
const |
|
inline |
◆ wireDecode()
void psync::detail::State::wireDecode |
( |
const ndn::Block & |
wire | ) |
|
◆ wireEncode() [1/2]
const ndn::Block & psync::detail::State::wireEncode |
( |
| ) |
const |
◆ wireEncode() [2/2]
template<ndn::encoding::Tag TAG>
size_t psync::detail::State::wireEncode |
( |
ndn::EncodingImpl< TAG > & |
block | ) |
const |