NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
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
 Copyright (c) 2011-2015 Regents of the University of California.
 

Functions

bool ndn::operator== (const Block &lhs, const Block &rhs)
 Compare whether two Blocks have same TLV-TYPE, TLV-LENGTH, and TLV-VALUE. More...
 
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...