The context class represents internal zmq context and io threads.
Definition context.hpp:47
context(context const &) ZMQPP_EXPLICITLY_DELETED
context & operator=(context &&source) NOEXCEPT
Move supporting operator.
Definition context.hpp:124
context()
Initialise the 0mq context.
Definition context.hpp:72
context & operator=(context const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETED
~context() NOEXCEPT
Closes the 0mq context.
Definition context.hpp:96
context(context &&source) NOEXCEPT
Move supporting constructor.
Definition context.hpp:111
void * _context
Definition context.hpp:184