Represents a Delegation. More...
#include <ndn-cxx/delegation.hpp>
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) |
Represents a Delegation.
Definition at line 32 of file delegation.hpp.
|
friend |
Definition at line 45 of file delegation.hpp.
|
friend |
Definition at line 52 of file delegation.hpp.
|
friend |
Definition at line 77 of file delegation.hpp.
|
friend |
Definition at line 59 of file delegation.hpp.
|
friend |
Definition at line 39 of file delegation.hpp.
|
friend |
Definition at line 65 of file delegation.hpp.
|
friend |
Definition at line 71 of file delegation.hpp.
Name ndn::Delegation::name |
Definition at line 84 of file delegation.hpp.
uint64_t ndn::Delegation::preference |
Definition at line 83 of file delegation.hpp.