ndn::Delegation Class Reference

Represents a Delegation. More...

#include <ndn-cxx/delegation.hpp>

+ Collaboration diagram for ndn::Delegation:

Public Attributes

Name name
 
uint64_t preference
 

Friends

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)
 
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)
 

Detailed Description

Friends And Related Function Documentation

◆ 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 52 of file delegation.hpp.

◆ operator<<

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

Definition at line 77 of file delegation.hpp.

◆ operator<=

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

Definition at line 59 of file delegation.hpp.

◆ 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 65 of file delegation.hpp.

◆ operator>=

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

Definition at line 71 of file delegation.hpp.

Member Data Documentation

◆ name

Name ndn::Delegation::name

Definition at line 84 of file delegation.hpp.

◆ preference

uint64_t ndn::Delegation::preference

Definition at line 83 of file delegation.hpp.