17 #ifndef HH_SENF_Socket_Protocols_UN_UNAddressing_ 18 #define HH_SENF_Socket_Protocols_UN_UNAddressing_ 1 22 #include <sys/socket.h> 55 std::string
path()
const ;
62 struct sockaddr_un addr_;
Unix domain socket address.
BSDSocketAddress public header.
UNSocketAddress & operator=(const UNSocketAddress &other)
socklen_t const * socklen_p() const
std::ostream & operator<<(std::ostream &os, UNSocketAddress const &addr)
Write path to os.
Socket addressing, BSD style.
struct sockaddr const * sockaddr_p() const
Addressing policy supporting unix domain addressing.
BSDAddressingPolicyMixin public header.
static short const addressFamily
Template for generic AddressingPolicy implementation based on the BSD socket API. ...
std::string path() const
Return path as string.