22 #ifndef NDN_CXX_LP_PIT_TOKEN_HPP
23 #define NDN_CXX_LP_PIT_TOKEN_HPP
46 PitToken(
const std::pair<Buffer::const_iterator, Buffer::const_iterator>& value)
47 :
Buffer(value.first, value.second)
55 operator std::pair<Buffer::const_iterator, Buffer::const_iterator>()
const
58 return {begin(), end()};
General-purpose automatically managed/resized buffer.
Base class for packet tags that can hold any arbitrary information.
Represent a PIT token field.
PitToken(const std::pair< Buffer::const_iterator, Buffer::const_iterator > &value)
Construct from header field.
static constexpr int getTypeId() noexcept
Contains classes and functions related to NDNLPv2.
std::ostream & operator<<(std::ostream &os, CachePolicyType policy)