22 #ifndef NDN_CXX_LP_FIELDS_HPP
23 #define NDN_CXX_LP_FIELDS_HPP
34 #include <boost/mp11/list.hpp>
35 #include <boost/mp11/set.hpp>
46 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
57 NonNegativeIntegerTag,
64 NonNegativeIntegerTag,
68 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
79 NonNegativeIntegerTag,
86 NonNegativeIntegerTag,
97 NonNegativeIntegerTag,
136 static_assert(boost::mp11::mp_is_set<FieldSet>());
Contains classes and functions related to NDNLPv2.
FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > NextHopFaceIdField
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount, false, NonNegativeIntegerTag, NonNegativeIntegerTag > FragCountField
FieldDecl< field_location_tags::Header, Sequence, tlv::TxSequence > TxSequenceField
FieldDecl< field_location_tags::Header, EmptyValue, tlv::NonDiscovery > NonDiscoveryField
FieldDecl< field_location_tags::Fragment, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::Fragment > FragmentField
Declare the Fragment field.
FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > SequenceField
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex, false, NonNegativeIntegerTag, NonNegativeIntegerTag > FragIndexField
uint64_t Sequence
Represents a sequence number.
FieldDecl< field_location_tags::Header, PrefixAnnouncementHeader, tlv::PrefixAnnouncement > PrefixAnnouncementField
FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > IncomingFaceIdField
FieldDecl< field_location_tags::Header, NackHeader, tlv::Nack > NackField
boost::mp11::mp_list< FragmentField, SequenceField, FragIndexField, FragCountField, PitTokenField, NackField, NextHopFaceIdField, IncomingFaceIdField, CachePolicyField, CongestionMarkField, AckField, TxSequenceField, NonDiscoveryField, PrefixAnnouncementField > FieldSet
Set of all field declarations.
FieldDecl< field_location_tags::Header, Sequence, tlv::Ack, true > AckField
FieldDecl< field_location_tags::Header, CachePolicy, tlv::CachePolicy > CachePolicyField
FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark, false, NonNegativeIntegerTag, NonNegativeIntegerTag > CongestionMarkField
FieldDecl< field_location_tags::Header, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::PitToken > PitTokenField
Represents a zero-length TLV-VALUE.