nfd::Network Class Reference

#include <core/network.hpp>

Public Member Functions

 Network ()
 
 Network (const boost::asio::ip::address &minAddress, const boost::asio::ip::address &maxAddress)
 
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 NetworkgetMaxRangeV4 ()
 
static const NetworkgetMaxRangeV6 ()
 
static bool isValidCidr (std::string_view cidr)
 

Friends

std::ostream & operator<< (std::ostream &os, const Network &network)
 
std::istream & operator>> (std::istream &is, Network &network)
 

Detailed Description

Definition at line 34 of file network.hpp.

Constructor & Destructor Documentation

◆ 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 
)

Definition at line 40 of file network.cpp.

Member Function Documentation

◆ doesContain()

bool nfd::Network::doesContain ( const boost::asio::ip::address &  address) const
inline

Definition at line 43 of file network.hpp.

◆ getMaxRangeV4()

const Network & nfd::Network::getMaxRangeV4 ( )
static

Definition at line 48 of file network.cpp.

◆ getMaxRangeV6()

const Network & nfd::Network::getMaxRangeV6 ( )
static

Definition at line 56 of file network.cpp.

◆ isValidCidr()

bool nfd::Network::isValidCidr ( std::string_view  cidr)
static

Definition at line 66 of file network.cpp.

◆ operator!=()

bool nfd::Network::operator!= ( const Network rhs) const
inline

Definition at line 64 of file network.hpp.

◆ operator==()

bool nfd::Network::operator== ( const Network rhs) const
inline

Definition at line 58 of file network.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Network network 
)
friend

Definition at line 82 of file network.cpp.

◆ operator>>

std::istream& operator>> ( std::istream &  is,
Network network 
)
friend

Definition at line 89 of file network.cpp.