22 #ifndef NDN_CXX_LP_FIELDS_HPP 23 #define NDN_CXX_LP_FIELDS_HPP 32 #include <boost/mpl/set.hpp> 37 typedef FieldDecl<field_location_tags::Header,
42 typedef FieldDecl<field_location_tags::Header,
46 NonNegativeIntegerTag,
50 typedef FieldDecl<field_location_tags::Header,
54 NonNegativeIntegerTag,
58 typedef FieldDecl<field_location_tags::Header,
59 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
63 typedef FieldDecl<field_location_tags::Header,
68 typedef FieldDecl<field_location_tags::Header,
72 NonNegativeIntegerTag,
76 typedef FieldDecl<field_location_tags::Header,
81 typedef FieldDecl<field_location_tags::Header,
85 NonNegativeIntegerTag,
89 typedef FieldDecl<field_location_tags::Header,
93 NonNegativeIntegerTag,
97 typedef FieldDecl<field_location_tags::Header,
103 typedef FieldDecl<field_location_tags::Header,
108 typedef FieldDecl<field_location_tags::Header,
113 typedef FieldDecl<field_location_tags::Header,
118 typedef FieldDecl<field_location_tags::Header,
122 NonNegativeIntegerTag,
126 typedef FieldDecl<field_location_tags::Header,
137 std::pair<Buffer::const_iterator, Buffer::const_iterator>,
143 typedef boost::mpl::set<
165 #endif // NDN_CXX_LP_FIELDS_HPP FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark, false, NonNegativeIntegerTag, NonNegativeIntegerTag > CongestionMarkField
FieldDecl< field_location_tags::Header, GeoTag, tlv::GeoTag > GeoTagField
Copyright (c) 2011-2015 Regents of the University of California.
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount, false, NonNegativeIntegerTag, NonNegativeIntegerTag > FragCountField
FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > NextHopFaceIdField
FieldDecl< field_location_tags::Header, uint16_t, tlv::HopCountTag, false, NonNegativeIntegerTag, NonNegativeIntegerTag > HopCountTagField
FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > IncomingFaceIdField
FieldDecl< field_location_tags::Header, EmptyValue, tlv::NonDiscovery > NonDiscoveryField
uint64_t Sequence
represents a sequence number
FieldDecl< field_location_tags::Header, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::PitToken > PitTokenField
FieldDecl< field_location_tags::Header, Sequence, tlv::Ack, true > AckField
FieldDecl< field_location_tags::Header, Sequence, tlv::TxSequence > TxSequenceField
FieldDecl< field_location_tags::Header, PrefixAnnouncementHeader, tlv::PrefixAnnouncement > PrefixAnnouncementField
boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, PitTokenField, NackField, NextHopFaceIdField, IncomingFaceIdField, CachePolicyField, CongestionMarkField, AckField, TxSequenceField, NonDiscoveryField, PrefixAnnouncementField, HopCountTagField, GeoTagField > FieldSet
Set of all field declarations.
FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex, false, NonNegativeIntegerTag, NonNegativeIntegerTag > FragIndexField
represents a zero-length TLV-VALUE
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
Declare the Fragment field.