Functions | |
| template<class Iterator > | |
| Block | makeBinaryBlockFast (uint32_t type, Iterator first, Iterator last) |
| Create a binary block copying from RandomAccessIterator. More... | |
| template<class Iterator > | |
| Block | makeBinaryBlockSlow (uint32_t type, Iterator first, Iterator last) |
| Create a binary block copying from generic InputIterator. More... | |
| 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.