#include "../common.hpp"#include "tlv.hpp"#include "detail/field-decl.hpp"#include "field.hpp"#include <boost/mpl/set.hpp>

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::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 > | ndn::lp::FieldSet |
| set of all field declarations More... | |