ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
Loading...
Searching...
No Matches
block.hpp File Reference
#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"
#include <boost/operators.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 the NDN packet format. More...
 
class  ndn::Block::Error
 

Namespaces

namespace  boost
 
namespace  boost::asio
 
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.