22 #ifndef NDN_CXX_LP_FIELDS_HPP 23 #define NDN_CXX_LP_FIELDS_HPP 25 #include "../common.hpp" 31 #include <boost/mpl/set.hpp> 36 typedef detail::FieldDecl<field_location_tags::Header,
76 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
83 typedef boost::mpl::set<
97 #endif // NDN_CXX_LP_FIELDS_HPP Copyright (c) 2011-2015 Regents of the University of California.
uint64_t Sequence
represents a sequence number
detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount > FragCountField
detail::FieldDecl< field_location_tags::Fragment, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::Fragment > FragmentField
The value of the wire encoded field is the data between the provided iterators.
boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, NackField, NextHopFaceIdField, CachePolicyField, IncomingFaceIdField > FieldSet
set of all field declarations
detail::FieldDecl< field_location_tags::Header, NackHeader, tlv::Nack > NackField
detail::FieldDecl< field_location_tags::Header, CachePolicy, tlv::CachePolicy > CachePolicyField
detail::FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > SequenceField
detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex > FragIndexField
detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId > IncomingFaceIdField
detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId > NextHopFaceIdField