NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::encoding::DataBlockSlow< Iterator > Class Template Reference

Helper class template to create a data block when generic InputIterator is used. More...

#include <block-helpers.hpp>

Static Public Member Functions

static Block makeBlock (uint32_t type, Iterator first, Iterator last)
 

Detailed Description

template<class Iterator>
class ndn::encoding::DataBlockSlow< Iterator >

Helper class template to create a data block when generic InputIterator is used.

Definition at line 143 of file block-helpers.hpp.

Member Function Documentation

◆ makeBlock()

template<class Iterator >
static Block ndn::encoding::DataBlockSlow< Iterator >::makeBlock ( uint32_t  type,
Iterator  first,
Iterator  last 
)
inlinestatic

The documentation for this class was generated from the following file: