block.hpp File Reference
+ 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

 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...