#include <core/network.hpp>
Definition at line 33 of file network.hpp.
nfd::Network::Network |
( |
| ) |
|
|
default |
nfd::Network::Network |
( |
const boost::asio::ip::address & |
minAddress, |
|
|
const boost::asio::ip::address & |
maxAddress |
|
) |
| |
bool nfd::Network::doesContain |
( |
const boost::asio::ip::address & |
address | ) |
const |
|
inline |
const Network & nfd::Network::getMaxRangeV4 |
( |
| ) |
|
|
static |
const Network & nfd::Network::getMaxRangeV6 |
( |
| ) |
|
|
static |
bool nfd::Network::isValidCidr |
( |
const std::string & |
cidr | ) |
|
|
static |
bool nfd::Network::operator!= |
( |
const Network & |
rhs | ) |
const |
|
inline |
bool nfd::Network::operator== |
( |
const Network & |
rhs | ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Network & |
network |
|
) |
| |
|
friend |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Network & |
network |
|
) |
| |
|
friend |