represents an item in NFD Channel dataset More...
#include <channel-status.hpp>
Classes | |
class | Error |
Public Member Functions | |
ChannelStatus () | |
ChannelStatus (const Block &payload) | |
const std::string & | getLocalUri () const |
ChannelStatus & | setLocalUri (const std::string localUri) |
void | wireDecode (const Block &wire) |
template<encoding::Tag TAG> | |
size_t | wireEncode (EncodingImpl< TAG > &encoder) const |
const Block & | wireEncode () const |
represents an item in NFD Channel dataset
Definition at line 35 of file channel-status.hpp.
|
default |
|
explicit |
Definition at line 34 of file channel-status.cpp.
|
inline |
Definition at line 65 of file channel-status.hpp.
ChannelStatus & ndn::nfd::ChannelStatus::setLocalUri | ( | const std::string | localUri | ) |
Definition at line 88 of file channel-status.cpp.
void ndn::nfd::ChannelStatus::wireDecode | ( | const Block & | wire | ) |
Definition at line 69 of file channel-status.cpp.
size_t ndn::nfd::ChannelStatus::wireEncode | ( | EncodingImpl< TAG > & | encoder | ) | const |
Definition at line 41 of file channel-status.cpp.
const Block & ndn::nfd::ChannelStatus::wireEncode | ( | ) | const |
Definition at line 53 of file channel-status.cpp.