#include <udssockaddr.h>
Public Member Functions | |
UDSSocketAddress (const std::string &path) | |
virtual | ~UDSSocketAddress () |
void | unlink () const |
std::string | get_id () const |
Protected Member Functions | |
void | set_addr (const std::string &) |
Build a sockaddr from the specified path. |
Definition at line 57 of file udssockaddr.h.
UDSSocketAddress::UDSSocketAddress | ( | const std::string & | path | ) |
Definition at line 52 of file udssockaddr.cc.
References set_addr(), and SocketAddress::sock_addrlen.
UDSSocketAddress::~UDSSocketAddress | ( | ) | [virtual] |
Definition at line 62 of file udssockaddr.cc.
void UDSSocketAddress::unlink | ( | ) | const |
Definition at line 94 of file udssockaddr.cc.
References SocketAddress::get_addr().
std::string UDSSocketAddress::get_id | ( | void | ) | const [virtual] |
Implements SocketAddress.
Definition at line 104 of file udssockaddr.cc.
References SocketAddress::get_addr().
void UDSSocketAddress::set_addr | ( | const std::string & | path | ) | [protected] |
Build a sockaddr from the specified path.
This wrapper will build an address from a string passed to it... Should this code be moved into UDSSocketAddress::UDSSocketAddress() ?
Call our parent to set the member variables inherited from it.
Definition at line 75 of file udssockaddr.cc.
References SocketAddress::set_addr().
Referenced by UDSSocketAddress().