2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef NET_UN_SOCKETADDRESS_H
21#define NET_UN_SOCKETADDRESS_H
23#include "net/SocketAddress.h"
27#ifndef DOXYGEN_SHOULD_SKIP_THIS
36 class SocketAddress
final :
public net::SocketAddress<sockaddr_un> {
42 explicit SocketAddress(
const std::string& sunPath);
47 SocketAddress& setSunPath(
const std::string& sunPath);
std::string toString(bool expanded=true) const override
std::string getSunPath() const
SocketAddress(const SockAddr &sockAddr, SockLen sockAddrLen)
ConfigAddress & setSunPath(const std::string &sunPath)
SocketAddress * init() final
ConfigAddress & sunPathRequired(bool required=true)
ConfigAddress(net::config::ConfigInstance *instance, const std::string &addressOptionName, const std::string &addressOptionDescription)
ConfigAddress & setSocketAddress(const SocketAddress &socketAddress)
std::string getSunPath() const