#include "ndn-cxx/prefix-announcement.hpp"#include "ndn-cxx/encoding/tlv-nfd.hpp"#include <boost/lexical_cast.hpp>
Include dependency graph for prefix-announcement.cpp:Go to the source code of this file.
Namespaces | |
| ndn | |
Functions | |
| std::ostream & | ndn::operator<< (std::ostream &os, const PrefixAnnouncement &pa) |
| Print prefix announcement to a stream. More... | |
| bool | ndn::operator== (const PrefixAnnouncement &lhs, const PrefixAnnouncement &rhs) |
| Test whether two prefix announcements has the same name, expiration period, and validity period. More... | |
Variables | |
| static const name::Component | ndn::KEYWORD_PA_COMP = "20025041"_block |