#include <netaddress.h>
Definition at line 103 of file netaddress.h.
◆ CSubNet() [1/4]
◆ CSubNet() [2/4]
| CSubNet::CSubNet |
( |
const CNetAddr & |
addr, |
|
|
int32_t |
mask |
|
) |
| |
◆ CSubNet() [3/4]
◆ CSubNet() [4/4]
| CSubNet::CSubNet |
( |
const CNetAddr & |
addr | ) |
|
|
explicit |
◆ IsValid()
| bool CSubNet::IsValid |
( |
| ) |
const |
◆ Match()
| bool CSubNet::Match |
( |
const CNetAddr & |
addr | ) |
const |
◆ SerializationOp()
template<typename Stream , typename Operation >
| void CSubNet::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
◆ ToString()
| std::string CSubNet::ToString |
( |
| ) |
const |
◆ operator!=
◆ operator<
◆ operator==
◆ ADD_SERIALIZE_METHODS
| CSubNet::ADD_SERIALIZE_METHODS |
◆ netmask
| uint8_t CSubNet::netmask[16] |
|
protected |
Netmask, in network byte order.
Definition at line 109 of file netaddress.h.
◆ network
◆ valid
Is this value valid? (only used to signal parse errors)
Definition at line 111 of file netaddress.h.
The documentation for this class was generated from the following files: