#include "ndn-cxx/encoding/buffer.hpp"
#include "ndn-cxx/encoding/encoding-buffer-fwd.hpp"
#include "ndn-cxx/encoding/tlv.hpp"
#include "ndn-cxx/util/span.hpp"
Go to the source code of this file.
Classes | |
class | ndn::Block |
Represents a TLV element of the NDN packet format. More... | |
class | ndn::Block::Error |
Namespaces | |
boost | |
boost::asio | |
ndn | |
Functions | |
bool | ndn::operator!= (const Block &lhs, const Block &rhs) noexcept |
Block | ndn::operator""_block (const char *input, std::size_t len) |
Construct a Block from hexadecimal input . More... | |
bool | ndn::operator== (const Block &lhs, const Block &rhs) noexcept |
Compare whether two Blocks have the same TLV-TYPE, TLV-LENGTH, and TLV-VALUE. More... | |