22 #ifndef NDN_META_INFO_HPP 23 #define NDN_META_INFO_HPP 79 template<encoding::Tag TAG>
113 return m_freshnessPeriod;
127 return m_finalBlockId;
167 const std::list<Block>&
238 time::milliseconds m_freshnessPeriod;
240 std::list<Block> m_appMetaInfo;
242 mutable Block m_wire;
259 return !(*
this == other);
264 #endif // NDN_META_INFO_HPP Copyright (c) 2011-2015 Regents of the University of California.
std::ostream & operator<<(std::ostream &os, const Data &data)
Represents a TLV element of NDN packet format.
const time::milliseconds DEFAULT_FRESHNESS_PERIOD
NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(Exclude)
uint64_t tlvType
TLV-TYPE of the field; 0 if field does not exist.
Represents a name component.
#define NDN_CXX_DEPRECATED
Mark a type, variable, or function as deprecated.
represents an error in TLV encoding or decoding