Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTSocket_ZMQ_4::ZMQ4 Class Reference

Public Member Functions

 ZMQ4 ()
 
 ~ZMQ4 ()
 

Public Attributes

zmq::context_t * context_zmq
 
zmq::socket_t * socket_zmq
 

Detailed Description

Definition at line 142 of file Socket_ZMQ4.cpp.

Constructor & Destructor Documentation

opentxs::OTSocket_ZMQ_4::ZMQ4::ZMQ4 ( )

Definition at line 152 of file Socket_ZMQ4.cpp.

153  : context_zmq(nullptr)
154  , socket_zmq(nullptr)
155 {
156 }
opentxs::OTSocket_ZMQ_4::ZMQ4::~ZMQ4 ( )

Definition at line 158 of file Socket_ZMQ4.cpp.

159 {
160  delete socket_zmq;
161  delete context_zmq;
162 }

Member Data Documentation

zmq::context_t* opentxs::OTSocket_ZMQ_4::ZMQ4::context_zmq

Definition at line 148 of file Socket_ZMQ4.cpp.

zmq::socket_t* opentxs::OTSocket_ZMQ_4::ZMQ4::socket_zmq

Definition at line 149 of file Socket_ZMQ4.cpp.


The documentation for this class was generated from the following file: