#include "ndn-cxx/encoding/buffer.hpp"#include "ndn-cxx/encoding/encoding-buffer-fwd.hpp"#include "ndn-cxx/encoding/tlv.hpp"
Include dependency graph for block.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ndn::Block |
| Represents a TLV element of NDN packet format. More... | |
| class | ndn::Block::Error |
Namespaces | |
| boost | |
| boost::asio | |
| ndn | |
Functions | |
| bool | ndn::operator!= (const Block &lhs, const Block &rhs) |
| 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) |
| Compare whether two Blocks have same TLV-TYPE, TLV-LENGTH, and TLV-VALUE. More... | |