An inproc socket bound to a special name generated from an object pointer. More...
#include <ZyreControlSocket.h>
Public Member Functions | |
| zsock_t * | GetSocket () |
| Get the pointer to the socket. More... | |
| operator zsock_t * () const | |
| Implicit conversion operator. More... | |
| ZyreControlSocket () | |
| Construct a new server ZyreControlSocket, where the endpoint name is determined from the in-memory location of the object. More... | |
| ZyreControlSocket (const ZyreControlSocket *target) | |
| Construct a new client ZyreControlSocket, where the endpoint name is determined from the in-memory location of the parent. More... | |
| virtual | ~ZyreControlSocket () |
| Destroy the ZyreControlSocket object. More... | |
Private Attributes | |
| zsock_t * | _socket |
| Socket reference. More... | |
An inproc socket bound to a special name generated from an object pointer.
Definition at line 12 of file ZyreControlSocket.h.
| ZyreControlSocket::ZyreControlSocket | ( | ) |
Construct a new server ZyreControlSocket, where the endpoint name is determined from the in-memory location of the object.
Definition at line 8 of file ZyreControlSocket.cpp.
| ZyreControlSocket::ZyreControlSocket | ( | const ZyreControlSocket * | target | ) |
Construct a new client ZyreControlSocket, where the endpoint name is determined from the in-memory location of the parent.
| socket |
Definition at line 22 of file ZyreControlSocket.cpp.
|
virtual |
Destroy the ZyreControlSocket object.
Definition at line 36 of file ZyreControlSocket.cpp.
|
inline |
|
inline |
|
private |
Socket reference.
Definition at line 20 of file ZyreControlSocket.h.