fields.hpp File Reference
#include "field-decl.hpp"
#include "sequence.hpp"
#include "cache-policy.hpp"
#include "nack-header.hpp"
#include "prefix-announcement.hpp"
#include <boost/mpl/set.hpp>
+ 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
 Copyright (c) 2013-2017 Regents of the University of California.
 
 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 > 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 > ndn::lp::FragCountField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex > ndn::lp::FragIndexField
 
typedef FieldDecl< field_location_tags::Fragment, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::Fragment > ndn::lp::FragmentField
 The value of the wire encoded field is the data between the provided iterators. More...
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId > 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 > ndn::lp::NextHopFaceIdField
 
typedef FieldDecl< field_location_tags::Header, EmptyValue, tlv::NonDiscovery > ndn::lp::NonDiscoveryField
 
typedef FieldDecl< field_location_tags::Header, PrefixAnnouncement, 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