#include "block.hpp"#include "buffer-stream.hpp"#include "encoding-buffer.hpp"#include "tlv.hpp"#include <boost/asio/buffer.hpp>#include <boost/range/adaptor/reversed.hpp>
Go to the source code of this file.
Namespaces | |
| 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... | |
Variables | |
| const size_t | ndn::MAX_SIZE_OF_BLOCK_FROM_STREAM = MAX_NDN_PACKET_SIZE |