C++ Actor Framework 1.0.0
|
This is the complete list of members for caf::io::network::interfaces, including all inherited members.
consumer typedef | caf::io::network::interfaces | |
get_endpoint(const std::string &host, uint16_t port, ip_endpoint &ep, std::optional< protocol::network > preferred=std::nullopt) | caf::io::network::interfaces | static |
list_addresses(bool include_localhost=true) | caf::io::network::interfaces | static |
list_addresses(std::initializer_list< protocol::network > procs, bool include_localhost=true) | caf::io::network::interfaces | static |
list_addresses(protocol::network proc, bool include_localhost=true) | caf::io::network::interfaces | static |
list_all(bool include_localhost=true) | caf::io::network::interfaces | static |
native_address(const std::string &host, std::optional< protocol::network > preferred=std::nullopt) | caf::io::network::interfaces | static |
server_address(uint16_t port, const char *host, std::optional< protocol::network > preferred=std::nullopt) | caf::io::network::interfaces | static |
traverse(std::initializer_list< protocol::network > ps, consumer f) | caf::io::network::interfaces | static |
traverse(consumer f) | caf::io::network::interfaces | static |