#include <core/network.hpp>
Definition at line 33 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 |
|
inline |
◆ getMaxRangeV4()
const Network & nfd::Network::getMaxRangeV4 |
( |
| ) |
|
|
static |
◆ getMaxRangeV6()
const Network & nfd::Network::getMaxRangeV6 |
( |
| ) |
|
|
static |
◆ isValidCidr()
bool nfd::Network::isValidCidr |
( |
const std::string & |
cidr | ) |
|
|
static |
◆ operator!=()
bool nfd::Network::operator!= |
( |
const Network & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool nfd::Network::operator== |
( |
const Network & |
rhs | ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Network & |
network |
|
) |
| |
|
friend |
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Network & |
network |
|
) |
| |
|
friend |