#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <string>
#include "sockaddr.h"
Go to the source code of this file.
Classes | |
class | UDSSocketAddress |
A SocketAddress describing the "address" of a Unix-domain socket. More... |