#include <network.hpp>
Public Member Functions | |
Network () | |
Network (const boost::asio::ip::address &minAddress, const boost::asio::ip::address &maxAddress) | |
void | print (std::ostream &os) const |
bool | doesContain (const boost::asio::ip::address &address) const |
bool | operator== (const Network &rhs) const |
bool | operator!= (const Network &rhs) const |
Static Public Member Functions | |
static const Network & | getMaxRangeV4 () |
static const Network & | getMaxRangeV6 () |
Friends | |
std::istream & | operator>> (std::istream &is, Network &network) |
std::ostream & | operator<< (std::ostream &os, const Network &network) |
Definition at line 35 of file network.hpp.
|
inline |
Definition at line 38 of file network.hpp.
Referenced by getMaxRangeV4(), and getMaxRangeV6().
|
inline |
Definition at line 42 of file network.hpp.
References print().
void nfd::Network::print | ( | std::ostream & | os | ) | const |
Definition at line 31 of file network.cpp.
Referenced by Network(), and nfd::operator<<().
|
inline |
Definition at line 53 of file network.hpp.
References getMaxRangeV4(), and getMaxRangeV6().
|
static |
|
static |
|
inline |
Definition at line 65 of file network.hpp.
|
inline |
Definition at line 71 of file network.hpp.
References operator<<, and operator>>.
|
friend |
Definition at line 65 of file network.cpp.
Referenced by operator!=().
|
friend |
Definition at line 58 of file network.cpp.
Referenced by operator!=().