Go to the source code of this file.
|
| | ndn |
| | Copyright (c) 2013-2017 Regents of the University of California.
|
| |
|
| 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...
|
| |