NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Delegation Class Reference

Represents a Delegation. More...

#include <delegation.hpp>

Collaboration diagram for ndn::Delegation:

Public Attributes

uint64_t preference
 
Name name
 

Friends

bool operator== (const Delegation &lhs, const Delegation &rhs)
 
bool operator!= (const Delegation &lhs, const Delegation &rhs)
 
bool operator< (const Delegation &lhs, const Delegation &rhs)
 
bool operator<= (const Delegation &lhs, const Delegation &rhs)
 
bool operator> (const Delegation &lhs, const Delegation &rhs)
 
bool operator>= (const Delegation &lhs, const Delegation &rhs)
 
std::ostream & operator<< (std::ostream &os, const Delegation &d)
 

Detailed Description

Friends And Related Function Documentation

◆ operator==

bool operator== ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 39 of file delegation.hpp.

◆ operator!=

bool operator!= ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 45 of file delegation.hpp.

◆ operator<

bool operator< ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 51 of file delegation.hpp.

◆ operator<=

bool operator<= ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 58 of file delegation.hpp.

◆ operator>

bool operator> ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 65 of file delegation.hpp.

◆ operator>=

bool operator>= ( const Delegation lhs,
const Delegation rhs 
)
friend

Definition at line 71 of file delegation.hpp.

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Delegation d 
)
friend

Definition at line 76 of file delegation.hpp.

Member Data Documentation

◆ preference

uint64_t ndn::Delegation::preference

Definition at line 83 of file delegation.hpp.

Referenced by ndn::DelegationList::erase(), and ndn::DelegationList::insert().

◆ name

Name ndn::Delegation::name

Definition at line 84 of file delegation.hpp.

Referenced by ndn::DelegationList::erase(), and ndn::DelegationList::insert().


The documentation for this class was generated from the following file: