NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
delegation.hpp File Reference
#include "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
 Copyright (c) 2011-2015 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)
 
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)
 
std::ostream & ndn::operator<< (std::ostream &os, const Delegation &del)