fields.hpp File Reference
+ Include dependency graph for fields.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::lp
 

Typedefs

typedef FieldDecl< field_location_tags::Header, Sequence, tlv::Ack, true > ndn::lp::AckField
 
typedef FieldDecl< field_location_tags::Header, CachePolicy, tlv::CachePolicy > ndn::lp::CachePolicyField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::CongestionMarkField
 
typedef boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, NackField, NextHopFaceIdField, CachePolicyField, IncomingFaceIdField, CongestionMarkField, AckField, TxSequenceField, NonDiscoveryField, PrefixAnnouncementField > ndn::lp::FieldSet
 Set of all field declarations. More...
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::FragCountField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::FragIndexField
 
typedef FieldDecl< field_location_tags::Fragment, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::Fragment > ndn::lp::FragmentField
 Declare the Fragment field. More...
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::IncomingFaceIdField
 
typedef FieldDecl< field_location_tags::Header, NackHeader, tlv::Nack > ndn::lp::NackField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::NextHopFaceIdField
 
typedef FieldDecl< field_location_tags::Header, EmptyValue, tlv::NonDiscovery > ndn::lp::NonDiscoveryField
 
typedef FieldDecl< field_location_tags::Header, PrefixAnnouncementHeader, tlv::PrefixAnnouncement > ndn::lp::PrefixAnnouncementField
 
typedef FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > ndn::lp::SequenceField
 
typedef FieldDecl< field_location_tags::Header, Sequence, tlv::TxSequence > ndn::lp::TxSequenceField