|
scc 2026.07
SystemC components library
|

Public Member Functions | |
| virtual boost::asio::io_context & | get_io_service ()=0 |
| virtual void | server_send_completed (std::shared_ptr< connection< RESP, REQ > > &con, bool established=false)=0 |
| virtual void | server_receive_completed (std::shared_ptr< connection< RESP, REQ > > &con, const REQ *const result)=0 |
| virtual bool | is_shutdown_requested () |
Definition at line 26 of file i_server.h.
|
inlinevirtual |
Definition at line 27 of file i_server.h.
|
inlinevirtual |
Definition at line 31 of file i_server.h.