#include <zmq.hpp>
|
bool | check_event (int timeout=0) |
|
void | init (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL) |
|
void | init (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL) |
|
void | monitor (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL) |
|
void | monitor (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL) |
|
| monitor_t () |
|
virtual void | on_event_accept_failed (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_accepted (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_bind_failed (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_close_failed (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_closed (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_connect_delayed (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_connect_retried (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_connected (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_disconnected (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_handshake_failed_auth (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_handshake_failed_no_detail (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_handshake_failed_protocol (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_handshake_succeeded (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_listening (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_event_unknown (const zmq_event_t &event_, const char *addr_) |
|
virtual void | on_monitor_started () |
|
virtual | ~monitor_t () |
|
Definition at line 2247 of file zmq.hpp.
zmq::monitor_t::monitor_t |
( |
| ) |
|
|
inline |
virtual zmq::monitor_t::~monitor_t |
( |
| ) |
|
|
inlinevirtual |
zmq::monitor_t::monitor_t |
( |
const monitor_t & |
| ) |
|
|
private |
bool zmq::monitor_t::check_event |
( |
int |
timeout = 0 | ) |
|
|
inline |
void zmq::monitor_t::close |
( |
| ) |
|
|
inlineprivate |
void zmq::monitor_t::init |
( |
socket_t & |
socket, |
|
|
std::string const & |
addr, |
|
|
int |
events = ZMQ_EVENT_ALL |
|
) |
| |
|
inline |
void zmq::monitor_t::init |
( |
socket_t & |
socket, |
|
|
const char * |
addr_, |
|
|
int |
events = ZMQ_EVENT_ALL |
|
) |
| |
|
inline |
void zmq::monitor_t::monitor |
( |
socket_t & |
socket, |
|
|
std::string const & |
addr, |
|
|
int |
events = ZMQ_EVENT_ALL |
|
) |
| |
|
inline |
void zmq::monitor_t::monitor |
( |
socket_t & |
socket, |
|
|
const char * |
addr_, |
|
|
int |
events = ZMQ_EVENT_ALL |
|
) |
| |
|
inline |
virtual void zmq::monitor_t::on_event_accept_failed |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_accepted |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_bind_failed |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_close_failed |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_closed |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_connect_delayed |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_connect_retried |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_connected |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_disconnected |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_handshake_failed_auth |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_handshake_failed_no_detail |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_handshake_failed_protocol |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_handshake_succeeded |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_listening |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_event_unknown |
( |
const zmq_event_t & |
event_, |
|
|
const char * |
addr_ |
|
) |
| |
|
inlinevirtual |
virtual void zmq::monitor_t::on_monitor_started |
( |
| ) |
|
|
inlinevirtual |
void zmq::monitor_t::operator= |
( |
const monitor_t & |
| ) |
|
|
private |
socket_t zmq::monitor_t::_monitor_socket |
|
private |
The documentation for this class was generated from the following file: