#include "ndn-cxx/name.hpp"
Include dependency graph for delegation.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ndn::Delegation |
| represents a delegation More... | |
Namespaces | |
| ndn | |
Functions | |
| bool | ndn::operator!= (const Delegation &lhs, const Delegation &rhs) |
| bool | ndn::operator< (const Delegation &lhs, const Delegation &rhs) |
| std::ostream & | ndn::operator<< (std::ostream &os, const Delegation &del) |
| bool | ndn::operator<= (const Delegation &lhs, const Delegation &rhs) |
| bool | ndn::operator== (const Delegation &lhs, const Delegation &rhs) |
| bool | ndn::operator> (const Delegation &lhs, const Delegation &rhs) |
| bool | ndn::operator>= (const Delegation &lhs, const Delegation &rhs) |