ZyreControlSocket.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <czmq.h>
4 
6 {
12  class SWARMIO_API ZyreControlSocket final
13  {
14  private:
15 
20  zsock_t* _socket;
21 
22  public:
23 
30 
38  ZyreControlSocket(const ZyreControlSocket* target);
39 
45  zsock_t* GetSocket()
46  {
47  return _socket;
48  }
49 
55  operator zsock_t*() const
56  {
57  return _socket;
58  }
59 
64  virtual ~ZyreControlSocket();
65  };
66 }
zsock_t * GetSocket()
Get the pointer to the socket.
An inproc socket bound to a special name generated from an object pointer.


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48