ndn::encoding::detail Namespace Reference

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

Function Documentation

◆ makeBinaryBlockFast()

template<class Iterator >
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.

◆ makeBinaryBlockSlow()

template<class Iterator >
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.