|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
Functions | |
| template<class Iterator > | |
| Block | makeBinaryBlockFast (uint32_t type, Iterator first, Iterator last) |
| Create a binary block copying from RandomAccessIterator. | |
| template<class Iterator > | |
| Block | makeBinaryBlockSlow (uint32_t type, Iterator first, Iterator last) |
| Create a binary block copying from generic InputIterator. | |
| Block ndn::encoding::detail::makeBinaryBlockFast | ( | uint32_t | type, |
| Iterator | first, | ||
| Iterator | last | ||
| ) |
Create a binary block copying from RandomAccessIterator.
Definition at line 185 of file block-helpers.hpp.
| Block ndn::encoding::detail::makeBinaryBlockSlow | ( | uint32_t | type, |
| Iterator | first, | ||
| Iterator | last | ||
| ) |
Create a binary block copying from generic InputIterator.
Definition at line 208 of file block-helpers.hpp.