22 #ifndef NDN_CXX_LP_PIT_TOKEN_HPP
23 #define NDN_CXX_LP_PIT_TOKEN_HPP
47 PitToken(
const std::pair<Buffer::const_iterator, Buffer::const_iterator>& value)
48 :
Buffer(value.first, value.second)
56 operator std::pair<Buffer::const_iterator, Buffer::const_iterator>()
const
59 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
std::ostream & operator<<(std::ostream &os, CachePolicyType policy)