#include <core/network.hpp>
|
| Network () |
|
| Network (const boost::asio::ip::address &minAddress, const boost::asio::ip::address &maxAddress) |
|
bool | doesContain (const boost::asio::ip::address &address) const noexcept |
|
Definition at line 36 of file network.hpp.
◆ Network() [1/2]
nfd::Network::Network |
( |
| ) |
|
|
default |
◆ Network() [2/2]
nfd::Network::Network |
( |
const boost::asio::ip::address & |
minAddress, |
|
|
const boost::asio::ip::address & |
maxAddress |
|
) |
| |
◆ doesContain()
bool nfd::Network::doesContain |
( |
const boost::asio::ip::address & |
address | ) |
const |
|
inlinenoexcept |
◆ getMaxRangeV4()
const Network & nfd::Network::getMaxRangeV4 |
( |
| ) |
|
|
static |
◆ getMaxRangeV6()
const Network & nfd::Network::getMaxRangeV6 |
( |
| ) |
|
|
static |
◆ isValidCidr()
bool nfd::Network::isValidCidr |
( |
std::string_view |
cidr | ) |
|
|
staticnoexcept |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Network & |
network |
|
) |
| |
|
friend |
◆ operator==
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Network & |
network |
|
) |
| |
|
friend |