NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
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
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::lp
 

Typedefs

typedef FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > ndn::lp::SequenceField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::FragIndexField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::FragCountField
 
typedef FieldDecl< field_location_tags::Header, std::pair< Buffer::const_iterator, Buffer::const_iterator >, tlv::PitToken > ndn::lp::PitTokenField
 
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, CachePolicy, tlv::CachePolicy > ndn::lp::CachePolicyField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::IncomingFaceIdField
 
typedef FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::CongestionMarkField
 
typedef FieldDecl< field_location_tags::Header, Sequence, tlv::Ack, true > ndn::lp::AckField
 
typedef FieldDecl< field_location_tags::Header, Sequence, tlv::TxSequence > ndn::lp::TxSequenceField
 
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, uint16_t, tlv::HopCountTag, false, NonNegativeIntegerTag, NonNegativeIntegerTag > ndn::lp::HopCountTagField
 
typedef FieldDecl< field_location_tags::Header, GeoTag, tlv::GeoTag > ndn::lp::GeoTagField
 
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 boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, PitTokenField, NackField, NextHopFaceIdField, IncomingFaceIdField, CachePolicyField, CongestionMarkField, AckField, TxSequenceField, NonDiscoveryField, PrefixAnnouncementField, HopCountTagField, GeoTagField > ndn::lp::FieldSet
 Set of all field declarations. More...
 

Variables

 ndn::lp::Field< SequenceField >
 
 ndn::lp::Field< FragIndexField >
 
 ndn::lp::Field< FragCountField >
 
 ndn::lp::Field< PitTokenField >
 
 ndn::lp::Field< NackField >
 
 ndn::lp::Field< NextHopFaceIdField >
 
 ndn::lp::Field< CachePolicyField >
 
 ndn::lp::Field< IncomingFaceIdField >
 
 ndn::lp::Field< CongestionMarkField >
 
 ndn::lp::Field< AckField >
 
 ndn::lp::Field< TxSequenceField >
 
 ndn::lp::Field< NonDiscoveryField >
 
 ndn::lp::Field< PrefixAnnouncementField >
 
 ndn::lp::Field< HopCountTagField >
 
 ndn::lp::Field< GeoTagField >
 
 ndn::lp::Field< FragmentField >