Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
unix_address.h File Reference
#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
 

Functions

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

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.