22 #ifndef NDN_CXX_META_INFO_HPP
23 #define NDN_CXX_META_INFO_HPP
78 template<encoding::Tag TAG>
112 return m_freshnessPeriod;
123 const optional<name::Component>&
126 return m_finalBlockId;
141 const std::list<Block>&
198 optional<name::Component> m_finalBlockId;
199 std::list<Block> m_appMetaInfo;
201 mutable Block m_wire;
Represents a TLV element of the NDN packet format.
Represents an error in TLV encoding or decoding.
Error(const char *expectedType, uint32_t actualType)
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
boost::chrono::milliseconds milliseconds
std::ostream & operator<<(std::ostream &os, const Data &data)
const time::milliseconds DEFAULT_FRESHNESS_PERIOD
Default value of FreshnessPeriod.
uint64_t tlvType
TLV-TYPE of the field; 0 if field does not exist.