Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::net |
Functions | |
AddrInfoPtr | toolbox::net::parse_endpoint (string_view uri, int type) |
istream & | toolbox::net::operator>> (istream &is, DgramEndpoint &ep) |
istream & | toolbox::net::operator>> (istream &is, StreamEndpoint &ep) |
ostream & | toolbox::net::operator<< (ostream &os, const DgramEndpoint &ep) |
ostream & | toolbox::net::operator<< (ostream &os, const StreamEndpoint &ep) |
ostream & | operator<< (ostream &os, const sockaddr_in &sa) |
ostream & | operator<< (ostream &os, const sockaddr_in6 &sa) |
ostream & | operator<< (ostream &os, const sockaddr_un &sa) |
ostream & | operator<< (ostream &os, const sockaddr &sa) |
ostream & | operator<< (ostream &os, const addrinfo &ai) |
ostream & operator<< | ( | ostream & | os, |
const sockaddr_in & | sa | ||
) |
Definition at line 180 of file Endpoint.cpp.
ostream & operator<< | ( | ostream & | os, |
const sockaddr_in6 & | sa | ||
) |
Definition at line 187 of file Endpoint.cpp.
ostream & operator<< | ( | ostream & | os, |
const sockaddr_un & | sa | ||
) |
Definition at line 194 of file Endpoint.cpp.
ostream & operator<< | ( | ostream & | os, |
const sockaddr & | sa | ||
) |
Definition at line 199 of file Endpoint.cpp.
ostream & operator<< | ( | ostream & | os, |
const addrinfo & | ai | ||
) |
Definition at line 213 of file Endpoint.cpp.