Inheritance diagram for Ux::SockAddrUn:
Definition at line 114 of file uxsocket.hpp.
Public Member Functions | |
SockAddrUn (const char *path="") | |
void | set (const char *path="") |
|
Definition at line 116 of file uxsocket.hpp. References set(). |
|
Sets up socet address directly from a path. Can throw ENAMETOOLONG. Definition at line 84 of file uxsocket.cpp. References Ux::SockAddr::set_len(), sockaddr_un::sun_family, and sockaddr_un::sun_path. Referenced by SockAddrUn(). |