|
|
using | endpoint_type = asio::ip::tcp::endpoint |
| |
|
|
| tcp_acceptor (asio::io_context &ioc, const endpoint_type &endp, bool reuse_addr) |
| |
|
| tcp_acceptor (asio::io_context &ioc, std::string_view local_port_or_service, std::string_view listen_intf, bool reuse_addr) |
| |
|
bool | is_started () const noexcept |
| |
|
template<typename F > |
| void | visit_socket (F &&f) |
| |
|
template<typename F > |
| std::size_t | visit_io_output (F &&func) |
| |
|
template<typename F1 , typename F2 > |
| std::error_code | start (F1 &&io_state_chg, F2 &&err_func) |
| |
|
std::error_code | stop () |
| |
The documentation for this class was generated from the following file: