#include "ndn-cxx/security/v2/key-chain.hpp"
Include dependency graph for prefix-announcement.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ndn::PrefixAnnouncement::Error |
| class | ndn::PrefixAnnouncement |
| A prefix announcement object that represents an application's intent of registering a prefix toward itself. More... | |
Namespaces | |
| ndn | |
Functions | |
| bool | ndn::operator!= (const PrefixAnnouncement &lhs, const PrefixAnnouncement &rhs) |
| 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... | |