PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
netaddress.cpp File Reference
#include "crypto/common.h"
#include "crypto/sha3.h"
#include "netaddress.h"
#include "hash.h"
#include "prevector.h"
#include "tinyformat.h"
#include "util/asmap.h"
#include "util/string.h"
#include "utilstrencodings.h"
#include <algorithm>
#include <array>
#include <cstdint>
#include <ios>
#include <iterator>
#include <tuple>
Include dependency graph for netaddress.cpp:

Go to the source code of this file.

Namespaces

 torv3
 

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 578 of file netaddress.cpp.

◆ operator!=() [2/3]

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

Definition at line 892 of file netaddress.cpp.

◆ operator!=() [3/3]

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

Definition at line 1090 of file netaddress.cpp.

◆ operator<() [1/3]

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

Definition at line 583 of file netaddress.cpp.

◆ operator<() [2/3]

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

Definition at line 897 of file netaddress.cpp.

◆ operator<() [3/3]

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

Definition at line 1095 of file netaddress.cpp.

◆ operator==() [1/3]

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

Definition at line 573 of file netaddress.cpp.

◆ operator==() [2/3]

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

Definition at line 887 of file netaddress.cpp.

◆ operator==() [3/3]

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

Definition at line 1085 of file netaddress.cpp.