VideoTools
|
An address class for G::LocalSocket that works with file system paths. More...
#include <glocalsocket.h>
Public Member Functions | |
LocalSocketAddress (const std::string &path) | |
Constructor. | |
LocalSocketAddress (SignalSafe, const char *path) | |
Constructor. Signal-safe overload. | |
struct sockaddr * | p () |
Returns the sockaddr pointer. | |
const struct sockaddr * | p () const |
Const overload. | |
size_t | size () const |
Returns the sockaddr size. | |
An address class for G::LocalSocket that works with file system paths.
Definition at line 41 of file glocalsocket.h.