nfd::Network Class Reference

#include <network.hpp>

Collaboration diagram for nfd::Network:

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 NetworkgetMaxRangeV4 ()
 
static const NetworkgetMaxRangeV6 ()
 

Friends

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

Detailed Description

Definition at line 35 of file network.hpp.

Constructor & Destructor Documentation

nfd::Network::Network ( )
inline

Definition at line 38 of file network.hpp.

nfd::Network::Network ( const boost::asio::ip::address &  minAddress,
const boost::asio::ip::address &  maxAddress 
)
inline

Definition at line 42 of file network.hpp.

Member Function Documentation

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

Definition at line 53 of file network.hpp.

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

Definition at line 37 of file network.cpp.

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

Definition at line 45 of file network.cpp.

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

Definition at line 71 of file network.hpp.

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

Definition at line 65 of file network.hpp.

void nfd::Network::print ( std::ostream &  os) const

Definition at line 31 of file network.cpp.

Friends And Related Function Documentation

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

Definition at line 58 of file network.cpp.

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

Definition at line 65 of file network.cpp.