#include <zmq.hpp>
Public Member Functions | |
void | close () ZMQ_NOTHROW |
context_t () | |
context_t (int io_threads_, int max_sockets_=ZMQ_MAX_SOCKETS_DFLT) | |
int | getctxopt (int option_) |
ZMQ_NODISCARD void * | handle () ZMQ_NOTHROW |
operator bool () const ZMQ_NOTHROW | |
ZMQ_EXPLICIT | operator void * () ZMQ_NOTHROW |
ZMQ_EXPLICIT | operator void const * () const ZMQ_NOTHROW |
int | setctxopt (int option_, int optval_) |
void | shutdown () ZMQ_NOTHROW |
void | swap (context_t &other) ZMQ_NOTHROW |
~context_t () ZMQ_NOTHROW | |
Private Member Functions | |
context_t (const context_t &) ZMQ_DELETED_FUNCTION | |
void | operator= (const context_t &) ZMQ_DELETED_FUNCTION |
Private Attributes | |
void * | ptr |
|
inlineexplicit |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |