This is the complete list of members for PooledConnector< ConnectionType >, including all inherited members.
| connect() | PooledConnector< ConnectionType > | inline |
| connect_failed(std::error_code ec) | ConnectorBase | protected |
| connect_finish() | ConnectorBase | protected |
| connect_init() | ConnectorBase | protected |
| connect_timed_out(bool v) | ConnectorBase | inline |
| connect_timed_out() const | ConnectorBase | inline |
| connect_timed_out_ | ConnectorBase | protected |
| connect_timer_ | ConnectorBase | protected |
| connected() | ConnectorBase | protected |
| ConnectorBase(net::io_context &io_ctx, RouteDestination *route_destination, Destinations &destinations) | ConnectorBase | inline |
| destination_id(std::string id) | ConnectorBase | inline |
| destination_id() const | ConnectorBase | inline |
| destination_id_ | ConnectorBase | protected |
| destinations_ | ConnectorBase | protected |
| destinations_it_ | ConnectorBase | protected |
| endpoint() | ConnectorBase | inline |
| endpoints_ | ConnectorBase | protected |
| endpoints_it_ | ConnectorBase | protected |
| func_ | ConnectorBase | protected |
| Function enum name | ConnectorBase | |
| init_destination() | ConnectorBase | protected |
| init_endpoint() | ConnectorBase | protected |
| io_ctx_ | ConnectorBase | protected |
| is_destination_good(const std::string &hostname, uint16_t port) const | ConnectorBase | inline |
| last_ec_ | ConnectorBase | protected |
| next_destination() | ConnectorBase | protected |
| next_endpoint() | ConnectorBase | protected |
| on_connect_failure(std::function< void(std::string, uint16_t, std::error_code)> func) | ConnectorBase | inline |
| on_connect_failure_ | ConnectorBase | protected |
| on_connect_success(std::function< void(std::string, uint16_t)> func) | ConnectorBase | inline |
| on_connect_success_ | ConnectorBase | protected |
| on_is_destination_good(std::function< bool(std::string, uint16_t)> func) | ConnectorBase | inline |
| on_is_destination_good_ | ConnectorBase | protected |
| pool_lookup_ | PooledConnector< ConnectionType > | private |
| pool_lookup_cb typedef | PooledConnector< ConnectionType > | |
| PooledConnector(net::io_context &io_ctx, RouteDestination *route_destination, Destinations &destinations, pool_lookup_cb pool_lookup) | PooledConnector< ConnectionType > | inline |
| probe_pool() | PooledConnector< ConnectionType > | inlineprivate |
| resolve() | ConnectorBase | protected |
| resolver_ | ConnectorBase | protected |
| route_destination_ | ConnectorBase | protected |
| server_endpoint_ | ConnectorBase | protected |
| server_protocol_type typedef | ConnectorBase | |
| server_sock_ | ConnectorBase | protected |
| socket() | ConnectorBase | inline |
| timer() | ConnectorBase | inline |
| try_connect() | ConnectorBase | protected |