22 #ifndef NDN_CXX_META_INFO_HPP
23 #define NDN_CXX_META_INFO_HPP
75 template<encoding::Tag TAG>
109 return m_freshnessPeriod;
120 const optional<name::Component>&
123 return m_finalBlockId;
138 const std::list<Block>&
195 optional<name::Component> m_finalBlockId;
196 std::list<Block> m_appMetaInfo;
198 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
uint64_t tlvType
TLV-TYPE of the field; 0 if field does not exist.