MLIB
|
Definition of mlib::inaddr class. More...
Go to the source code of this file.
Classes | |
class | mlib::inaddr |
Wrapper for sockaddr structure. More... | |
Functions | |
std::string | to_string (const mlib::inaddr &addr) |
Convert an address to a string in format '<hostname\>:\<port\> | |
std::ostream & | operator<< (std::ostream &strm, const mlib::inaddr &addr) |
Serialize an address as '<hostname>:<port>'. | |
Definition of mlib::inaddr class.