Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
Endpoint.cpp File Reference
#include "Endpoint.hpp"
#include <toolbox/util/String.hpp>
Include dependency graph for Endpoint.cpp:

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)
 

Function Documentation

◆ operator<<() [1/5]

ostream & operator<< ( ostream &  os,
const sockaddr_in &  sa 
)

Definition at line 180 of file Endpoint.cpp.

◆ operator<<() [2/5]

ostream & operator<< ( ostream &  os,
const sockaddr_in6 &  sa 
)

Definition at line 187 of file Endpoint.cpp.

◆ operator<<() [3/5]

ostream & operator<< ( ostream &  os,
const sockaddr_un &  sa 
)

Definition at line 194 of file Endpoint.cpp.

◆ operator<<() [4/5]

ostream & operator<< ( ostream &  os,
const sockaddr &  sa 
)

Definition at line 199 of file Endpoint.cpp.

◆ operator<<() [5/5]

ostream & operator<< ( ostream &  os,
const addrinfo &  ai 
)

Definition at line 213 of file Endpoint.cpp.