|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/encoding/block.hpp"#include "ndn-cxx/encoding/buffer-stream.hpp"#include "ndn-cxx/encoding/encoding-buffer.hpp"#include "ndn-cxx/encoding/tlv.hpp"#include "ndn-cxx/security/transform/hex-decode.hpp"#include "ndn-cxx/security/transform/step-source.hpp"#include "ndn-cxx/security/transform/stream-sink.hpp"#include "ndn-cxx/util/ostream-joiner.hpp"#include "ndn-cxx/util/scope.hpp"#include "ndn-cxx/util/string-helper.hpp"#include <boost/asio/buffer.hpp>#include <boost/range/adaptor/reversed.hpp>#include <algorithm>#include <cstring>
Include dependency graph for block.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | ndn::literals |
| namespace | ndn::literals::block_literals |
Functions | |
| Block | ndn::literals::block_literals::operator""_block (const char *input, std::size_t len) |
Construct a Block from hexadecimal input. | |
Variables | |
| constexpr size_t | ndn::MAX_SIZE_OF_BLOCK_FROM_STREAM = MAX_NDN_PACKET_SIZE |