#include <net_id.h>
Public Member Functions | |
net_id () | |
net_id (boost::uint32_t ip, boost::uint16_t port) | |
bool | operator== (const net_id &n) const |
bool | operator!= (const net_id &n) const |
bool | operator< (const net_id &n) const |
boost::uint32_t | ip () |
boost::uint16_t | port () |
Private Attributes | |
boost::uint32_t | ip_addr |
boost::uint16_t | dest_port |
Friends | |
std::ostream & | operator<< (std::ostream &os, const net_id &id) |
std::istream & | operator>> (std::istream &is, net_id &id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|