Definition at line 807 of file net_plugin.cpp.
◆ msg_handler()
◆ operator()() [1/8]
Definition at line 822 of file net_plugin.cpp.
822 {
823
825 c->handle_message( msg );
826 }
#define peer_dlog(PEER, FORMAT,...)
◆ operator()() [2/8]
Definition at line 828 of file net_plugin.cpp.
828 {
829
831 c->handle_message( msg );
832 }
◆ operator()() [3/8]
Definition at line 816 of file net_plugin.cpp.
816 {
817
819 c->handle_message( msg );
820 }
◆ operator()() [4/8]
void sysio::msg_handler::operator() |
( |
const notice_message & | msg | ) |
const |
|
inline |
Definition at line 840 of file net_plugin.cpp.
840 {
841
843 c->handle_message( msg );
844 }
◆ operator()() [5/8]
Definition at line 846 of file net_plugin.cpp.
846 {
847
849 c->handle_message( msg );
850 }
◆ operator()() [6/8]
Definition at line 852 of file net_plugin.cpp.
852 {
853
854 peer_dlog(
c,
"handle sync_request_message" );
855 c->handle_message( msg );
856 }
◆ operator()() [7/8]
void sysio::msg_handler::operator() |
( |
const T & | | ) |
const |
|
inline |
Definition at line 812 of file net_plugin.cpp.
812 {
813 SYS_ASSERT(
false, plugin_config_exception,
"Not implemented, call handle_message directly instead" );
814 }
#define SYS_ASSERT(expr, exc_type, FORMAT,...)
◆ operator()() [8/8]
void sysio::msg_handler::operator() |
( |
const time_message & | msg | ) |
const |
|
inline |
Definition at line 834 of file net_plugin.cpp.
834 {
835
837 c->handle_message( msg );
838 }
The documentation for this struct was generated from the following file: