#include <zmq.hpp>
Definition at line 686 of file zmq.hpp.
◆ context_t() [1/2]
zmq::context_t::context_t |
( |
| ) |
|
|
inline |
◆ context_t() [2/2]
zmq::context_t::context_t |
( |
int |
io_threads_, |
|
|
int |
max_sockets_ = ZMQ_MAX_SOCKETS_DFLT |
|
) |
| |
|
inlineexplicit |
◆ ~context_t()
zmq::context_t::~context_t |
( |
| ) |
|
|
inline |
◆ close()
void zmq::context_t::close |
( |
| ) |
|
|
inline |
◆ getctxopt()
int zmq::context_t::getctxopt |
( |
int |
option_ | ) |
|
|
inline |
◆ operator bool()
zmq::context_t::operator bool |
( |
| ) |
const |
|
inline |
◆ operator void *()
◆ operator void const *()
ZMQ_EXPLICIT zmq::context_t::operator void const * |
( |
| ) |
const |
|
inline |
◆ setctxopt()
int zmq::context_t::setctxopt |
( |
int |
option_, |
|
|
int |
optval_ |
|
) |
| |
|
inline |
◆ shutdown()
void zmq::context_t::shutdown |
( |
| ) |
|
|
inline |
◆ swap()
void zmq::context_t::swap |
( |
context_t & |
other | ) |
|
|
inline |
The documentation for this class was generated from the following file: