22 #ifndef NDN_CXX_LP_FIELDS_HPP 23 #define NDN_CXX_LP_FIELDS_HPP 31 #include <boost/mpl/set.hpp> 36 typedef FieldDecl<field_location_tags::Header,
41 typedef FieldDecl<field_location_tags::Header,
46 typedef FieldDecl<field_location_tags::Header,
51 typedef FieldDecl<field_location_tags::Header,
56 typedef FieldDecl<field_location_tags::Header,
61 typedef FieldDecl<field_location_tags::Header,
66 typedef FieldDecl<field_location_tags::Header,
71 typedef FieldDecl<field_location_tags::Header,
76 typedef FieldDecl<field_location_tags::Header,
82 typedef FieldDecl<field_location_tags::Header,
92 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
99 typedef boost::mpl::set<
116 #endif // NDN_CXX_LP_FIELDS_HPP Copyright (c) 2013-2017 Regents of the University of California.
boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, NackField, NextHopFaceIdField, CachePolicyField, IncomingFaceIdField, CongestionMarkField, AckField, TxSequenceField > FieldSet
set of all field declarations
FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId > IncomingFaceIdField
FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark > CongestionMarkField
BOOST_CONCEPT_ASSERT((Field< SequenceField >))
uint64_t Sequence
represents a sequence number
FieldDecl< field_location_tags::Header, Sequence, tlv::Ack, true > AckField
FieldDecl< field_location_tags::Header, Sequence, tlv::TxSequence > TxSequenceField
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex > FragIndexField
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount > FragCountField
FieldDecl< field_location_tags::Header, NackHeader, tlv::Nack > NackField
FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > SequenceField
FieldDecl< field_location_tags::Header, CachePolicy, tlv::CachePolicy > CachePolicyField
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.
FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId > NextHopFaceIdField