#include "ndn-cxx/name-component.hpp"
#include "ndn-cxx/encoding/block.hpp"
#include "ndn-cxx/encoding/encoding-buffer.hpp"
#include "ndn-cxx/util/optional.hpp"
#include "ndn-cxx/util/time.hpp"
#include <list>
Go to the source code of this file.
Classes | |
class | ndn::MetaInfo::Error |
class | ndn::MetaInfo |
A MetaInfo holds the meta info which is signed inside the Data packet. More... | |
Namespaces | |
ndn | |
Functions | |
std::ostream & | ndn::operator<< (std::ostream &os, const MetaInfo &info) |
Variables | |
const time::milliseconds | ndn::DEFAULT_FRESHNESS_PERIOD {0} |
Default value of FreshnessPeriod . More... | |