controllerclientcpp  0.6.1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 ページ
Public メソッド | すべてのメンバ一覧
クラス zmq::monitor_t

#include <zmq.hpp>

Public メソッド

 monitor_t ()
virtual ~monitor_t ()
void monitor (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL)
virtual void on_monitor_started ()
virtual void on_event_connected (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_listening (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_accepted (const zmq_event_t &event_, const char *addr_)
virtual void on_event_accept_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_close_failed (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_unknown (const zmq_event_t &event_, const char *addr_)

説明

zmq.hpp460 行で定義されています。

コンストラクタとデストラクタ

zmq::monitor_t::monitor_t ( )
inline

zmq.hpp463 行で定義されています。

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

zmq.hpp464 行で定義されています。

関数

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

zmq.hpp466 行で定義されています。

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

zmq.hpp565 行で定義されています。

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

zmq.hpp564 行で定義されています。

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

zmq.hpp563 行で定義されています。

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

zmq.hpp567 行で定義されています。

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

zmq.hpp566 行で定義されています。

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

zmq.hpp560 行で定義されています。

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

zmq.hpp561 行で定義されています。

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

zmq.hpp559 行で定義されています。

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

zmq.hpp568 行で定義されています。

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

zmq.hpp562 行で定義されています。

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

zmq.hpp569 行で定義されています。

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

zmq.hpp558 行で定義されています。


このクラスの説明は次のファイルから生成されました: