|
libcppwrap
A collection of C++ wrappers for native APIs
|
Wraps struct sockaddr_in, adding constructors for convenient initialization.
More...
#include <sockets.hpp>


Public Member Functions | |
| unix_domain_address (const char *path) | |
| Initializes a UNIX domain address. More... | |
Wraps struct sockaddr_in, adding constructors for convenient initialization.
| w::unix_domain_address::unix_domain_address | ( | const char * | path | ) |
Initializes a UNIX domain address.
| path | The UNIX domain socket path. |
| std::invalid_argument | The path is too long. |