OpenShot Library | libopenshot  0.2.5
Public Member Functions | List of all members
zmq::monitor_t Class Reference

#include <zmq.hpp>

Public Member Functions

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_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 ()
 

Detailed Description

Definition at line 661 of file zmq.hpp.

Constructor & Destructor Documentation

zmq::monitor_t::monitor_t ( )
inline

Definition at line 664 of file zmq.hpp.

virtual zmq::monitor_t::~monitor_t ( )
inlinevirtual

Definition at line 665 of file zmq.hpp.

Member Function Documentation

void zmq::monitor_t::monitor ( socket_t socket,
std::string const &  addr,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 667 of file zmq.hpp.

void zmq::monitor_t::monitor ( socket_t socket,
const char *  addr_,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 672 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_accept_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 779 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_accepted ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 778 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_bind_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 777 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_close_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 781 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_closed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 780 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_delayed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 774 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_retried ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 775 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_connected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 773 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_disconnected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 782 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_listening ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 776 of file zmq.hpp.

virtual void zmq::monitor_t::on_event_unknown ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 783 of file zmq.hpp.

virtual void zmq::monitor_t::on_monitor_started ( )
inlinevirtual

Definition at line 772 of file zmq.hpp.


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