sockpp
Modern C++ socket library wrapper
Classes | Functions
unix_address.h File Reference

Class for a UNIX-domain socket address. More...

#include "sockpp/platform.h"
#include "sockpp/sock_address.h"
#include <iostream>
#include <string>
#include <cstring>
#include <sys/un.h>

Go to the source code of this file.

Classes

class  sockpp::unix_address
 Class that represents a UNIX domain address. More...
 

Functions

std::ostream & sockpp::operator<< (std::ostream &os, const unix_address &addr)
 Stream inserter for the address. More...
 

Detailed Description

Class for a UNIX-domain socket address.

Author
Frank Pagliughi
SoRo Systems, Inc.
www.sorosys.com
Date
February 2014

Function Documentation

◆ operator<<()

std::ostream& sockpp::operator<< ( std::ostream &  os,
const unix_address addr 
)

Stream inserter for the address.

Parameters
osThe output stream
addrThe address
Returns
A reference to the output stream.