Home / Open source / Terimber 2.0
msg_base Class Reference#include <msg_base.h>
List of all members.
Detailed Description
Definition at line 42 of file msg_base.h.
Constructor & Destructor Documentation
BEGIN_TERIMBER_NAMESPACE msg_base::msg_base |
( |
msg_communicator * |
communicator_ |
) |
|
constructor
- Parameters:
-
communicator_ |
communicator pointer |
Definition at line 33 of file msg_base.cpp.
msg_base::~msg_base |
( |
|
) |
[virtual] |
Member Function Documentation
bool msg_base::is_on |
( |
|
) |
const [inline] |
returns the current state
Definition at line 60 of file msg_base.h.
References _mtx_res, and _on.
Referenced by aiomsg::check_on(), off(), on(), ServerConnect(), ServerPostBlock(), msg_communicator::uninit(), msg_user_connection::v_has_job(), msg_sock_listener::v_off(), msg_rpc_listener::v_off(), msg_communicator::v_off(), msg_sock_listener::v_on(), msg_rpc_listener::v_on(), and msg_communicator::v_on().
void msg_base::set_on |
( |
bool |
on |
) |
[inline, protected] |
virtual void msg_base::v_on |
( |
|
) |
[inline, protected, virtual] |
virtual void msg_base::v_off |
( |
|
) |
[inline, protected, virtual] |
Member Data Documentation
pointer to communicator object
Definition at line 90 of file msg_base.h.
Referenced by msg_communicator::_connect(), msg_communicator::_create_listener(), msg_connection::msg_connection(), msg_sock_connection::msg_sock_connection(), msg_user_connection::ping_notify(), msg_connection::ping_notify(), msg_user_connection::post(), msg_connection::prepare_handshake_msg(), msg_connection::prepare_handshake_reply(), msg_user_connection::process_income_message(), msg_connection::process_incoming_message(), msg_user_connection::push_msg(), msg_user_connection::send(), msg_user_connection::send_async(), msg_user_connection::v_do_job(), msg_sock_connection::v_do_job(), msg_rpc_connection::v_do_job(), msg_user_connection::v_off(), msg_sock_listener::v_off(), msg_queue_processor::v_off(), msg_sock_listener::v_on(), msg_sock_listener::v_on_accept(), msg_sock_connection::v_on_connect(), msg_sock_connection::v_on_error(), msg_sock_connection::v_on_receive(), msg_sock_connection::v_on_send(), msg_connection::validate_handshake_reply(), msg_user_connection::wakeup(), msg_connection::wakeup(), msg_connection::~msg_connection(), msg_sock_connection::~msg_sock_connection(), msg_sock_listener::~msg_sock_listener(), and msg_user_connection::~msg_user_connection().
The documentation for this class was generated from the following files:
|
|