generates sequence numbers More...
#include <ndnlp-sequence-generator.hpp>


Public Member Functions | |
| SequenceGenerator () | |
| SequenceBlock | nextBlock (size_t count) |
| generates a block of consecutive sequence numbers More... | |
generates sequence numbers
Definition at line 70 of file ndnlp-sequence-generator.hpp.
| nfd::ndnlp::SequenceGenerator::SequenceGenerator | ( | ) |
Definition at line 36 of file ndnlp-sequence-generator.cpp.
| SequenceBlock nfd::ndnlp::SequenceGenerator::nextBlock | ( | size_t | count | ) |
generates a block of consecutive sequence numbers
This block must not overlap with a recent block.
Definition at line 42 of file ndnlp-sequence-generator.cpp.
Referenced by nfd::ndnlp::Slicer::slice().