|
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...
|
|