#include "name.hpp"
Go to the source code of this file.
Classes | |
struct | ndn::Delegation |
represents a delegation More... | |
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
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) |