NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
fields.hpp File Reference
#include "detail/field-decl.hpp"
#include "sequence.hpp"
#include "cache-policy.hpp"
#include "nack-header.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) 2011-2015 Regents of the University of California.
 
 ndn::lp
 

Typedefs

typedef detail::FieldDecl< field_location_tags::Header, Sequence, tlv::Sequence > ndn::lp::SequenceField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::FragIndex > ndn::lp::FragIndexField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::FragCount > ndn::lp::FragCountField
 
typedef detail::FieldDecl< field_location_tags::Header, NackHeader, tlv::Nack > ndn::lp::NackField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::NextHopFaceId > ndn::lp::NextHopFaceIdField
 
typedef detail::FieldDecl< field_location_tags::Header, CachePolicy, tlv::CachePolicy > ndn::lp::CachePolicyField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::IncomingFaceId > ndn::lp::IncomingFaceIdField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::CongestionMark > ndn::lp::CongestionMarkField
 
typedef detail::FieldDecl< field_location_tags::Header, uint64_t, tlv::HopCountTag > ndn::lp::HopCountTagField
 
typedef detail::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 boost::mpl::set< FragmentField, SequenceField, FragIndexField, FragCountField, NackField, NextHopFaceIdField, CachePolicyField, IncomingFaceIdField, CongestionMarkField, HopCountTagField > 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< NackField >
 
 ndn::lp::Field< NextHopFaceIdField >
 
 ndn::lp::Field< CachePolicyField >
 
 ndn::lp::Field< IncomingFaceIdField >
 
 ndn::lp::Field< CongestionMarkField >
 
 ndn::lp::Field< HopCountTagField >
 
 ndn::lp::Field< FragmentField >