#include <state.hpp>
|
| State (const ndn::Block &block) |
|
| State ()=default |
|
void | addContent (const ndn::Name &prefix) |
|
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 35 of file state.hpp.
psync::State::State |
( |
const ndn::Block & |
block | ) |
|
|
explicit |
void psync::State::addContent |
( |
const ndn::Name & |
prefix | ) |
|
std::vector<ndn::Name> psync::State::getContent |
( |
| ) |
const |
|
inline |
void psync::State::wireDecode |
( |
const ndn::Block & |
wire | ) |
|
const ndn::Block & psync::State::wireEncode |
( |
| ) |
const |
template<ndn::encoding::Tag TAG>
size_t psync::State::wireEncode |
( |
ndn::EncodingImpl< TAG > & |
block | ) |
const |