Wizard
Software Engineering Project - Wizard
|
#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) |
Class for a UNIX-domain socket address.
std::ostream & sockpp::operator<< | ( | std::ostream & | os, |
const unix_address & | addr ) |
Stream inserter for the address.
os | The output stream |
addr | The address |