#include <local_factory.h>
Public Types | |
typedef sockaddr_un | sockaddr_t |
Public Member Functions | |
local_address () | |
Constructor. | |
local_address (char const *__path) | |
Constructor. | |
local_address (local_address const &that) | |
Copy constructor. | |
local_address (sockaddr_un const &that) | |
Copy constructor. | |
local_address (sockaddr const &that) | |
Copy constructor. | |
local_address & | operator= (local_address const &that) |
Assignment operator. | |
local_address & | operator= (sockaddr_un const &that) |
Assignment operator. | |
local_address & | operator= (sockaddr const &that) |
Assignment operator. | |
Static Public Attributes | |
static const int | AF = AF_LOCAL |
This implementation of the address interface deal with Local "addresses", which are really paths in the filesystem.
Definition at line 41 of file local_factory.h.
|
Copy constructor. Checks if address structure is of the correct family. |
|
Assignment operator. Checks if address structure is of the correct family. |