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 std::make_pair(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)