Dogecoin Core  1.14.2
P2P Digital Currency
Functions
netaddress.cpp File Reference
#include "netaddress.h"
#include "hash.h"
#include "utilstrencodings.h"
#include "tinyformat.h"
Include dependency graph for netaddress.cpp:

Go to the source code of this file.

Functions

bool operator== (const CNetAddr &a, const CNetAddr &b)
 
bool operator!= (const CNetAddr &a, const CNetAddr &b)
 
bool operator< (const CNetAddr &a, const CNetAddr &b)
 
bool operator== (const CService &a, const CService &b)
 
bool operator!= (const CService &a, const CService &b)
 
bool operator< (const CService &a, const CService &b)
 
bool operator== (const CSubNet &a, const CSubNet &b)
 
bool operator!= (const CSubNet &a, const CSubNet &b)
 
bool operator< (const CSubNet &a, const CSubNet &b)
 

Function Documentation

◆ operator!=() [1/3]

bool operator!= ( const CNetAddr a,
const CNetAddr b 
)

Definition at line 275 of file netaddress.cpp.

◆ operator!=() [2/3]

bool operator!= ( const CService a,
const CService b 
)

Definition at line 504 of file netaddress.cpp.

◆ operator!=() [3/3]

bool operator!= ( const CSubNet a,
const CSubNet b 
)

Definition at line 708 of file netaddress.cpp.

◆ operator<() [1/3]

bool operator< ( const CNetAddr a,
const CNetAddr b 
)

Definition at line 280 of file netaddress.cpp.

Here is the caller graph for this function:

◆ operator<() [2/3]

bool operator< ( const CService a,
const CService b 
)

Definition at line 509 of file netaddress.cpp.

◆ operator<() [3/3]

bool operator< ( const CSubNet a,
const CSubNet b 
)

Definition at line 713 of file netaddress.cpp.

◆ operator==() [1/3]

bool operator== ( const CNetAddr a,
const CNetAddr b 
)

Definition at line 270 of file netaddress.cpp.

◆ operator==() [2/3]

bool operator== ( const CService a,
const CService b 
)

Definition at line 499 of file netaddress.cpp.

◆ operator==() [3/3]

bool operator== ( const CSubNet a,
const CSubNet b 
)

Definition at line 703 of file netaddress.cpp.