22 #ifndef NDN_META_INFO_HPP 23 #define NDN_META_INFO_HPP 79 template<encoding::Tag TAG>
99 const time::milliseconds&
123 const std::list<Block>&
194 time::milliseconds m_freshnessPeriod;
196 std::list<Block> m_appMetaInfo;
198 mutable Block m_wire;
212 inline const time::milliseconds&
215 return m_freshnessPeriod;
221 return m_finalBlockId;
233 return !(*
this == other);
238 #endif // NDN_META_INFO_HPP Copyright (c) 2013-2017 Regents of the University of California.
std::ostream & operator<<(std::ostream &os, const Data &data)
Represents a TLV element of NDN packet format.
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
const time::milliseconds DEFAULT_FRESHNESS_PERIOD
uint64_t tlvType
TLV-TYPE of the field; 0 if field does not exist.
Component holds a read-only name component value.
represents an error in TLV encoding or decoding