Go to the documentation of this file.
33 if (n.
ip.isUnspecified()) {
34 os <<
"<addr unspec> ";
36 os << n.
ip <<
":" << n.
port <<
" ";
73 const IPvXAddress& ip,
int port )
107 return (this->
port == rhs.
port && this->ip == rhs.
ip &&
108 this->key == rhs.
key);
125 }
else if (cmp > 0) {
127 }
else if (
ip < rhs.
ip) {
129 }
else if (rhs.
ip <
ip) {
145 }
else if (cmp < 0) {
147 }
else if (rhs.
ip <
ip) {
149 }
else if (
ip < rhs.
ip) {
187 opp_error(
"NodeHandle: Trying to compare unspecified NodeHandle!");