22 #ifndef NDN_META_INFO_HPP    23 #define NDN_META_INFO_HPP    75   template<encoding::Tag TAG>
   109     return m_freshnessPeriod;
   120   const optional<name::Component>&
   123     return m_finalBlockId;
   140   const std::list<Block>&
   204   time::milliseconds m_freshnessPeriod;
   205   optional<name::Component> m_finalBlockId;
   206   std::list<Block> m_appMetaInfo;
   208   mutable Block m_wire;
   218 #endif // NDN_META_INFO_HPP 
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. 
Error(const char *expectedType, uint32_t actualType)
represents an error in TLV encoding or decoding