Loading...
Searching...
No Matches
sf::IpAddress Member List
This is the complete list of members for sf::IpAddress, including all inherited members.
| Any | sf::IpAddress | static |
| AnyV4 | sf::IpAddress | static |
| AnyV6 | sf::IpAddress | static |
| Broadcast | sf::IpAddress | static |
| BroadcastV4 | sf::IpAddress | static |
| fromString(std::string_view address) | sf::IpAddress | static |
| getLocalAddress(Type type=Type::IpV4) | sf::IpAddress | static |
| getPublicAddress(Time timeout=Time::Zero, std::optional< Type > type=Type::IpV4, bool secure=false) | sf::IpAddress | static |
| getType() const | sf::IpAddress | |
| IpAddress(std::uint8_t byte0, std::uint8_t byte1, std::uint8_t byte2, std::uint8_t byte3) | sf::IpAddress | |
| IpAddress(std::uint32_t address) | sf::IpAddress | explicit |
| IpAddress(std::array< std::uint8_t, 16 > bytes) | sf::IpAddress | |
| isV4() const | sf::IpAddress | |
| isV6() const | sf::IpAddress | |
| LocalHost | sf::IpAddress | static |
| LocalHostV4 | sf::IpAddress | static |
| LocalHostV6 | sf::IpAddress | static |
| operator<(IpAddress left, IpAddress right) | sf::IpAddress | friend |
| resolve(std::string_view address) | sf::IpAddress | static |
| toBytes() const | sf::IpAddress | |
| toInteger() const | sf::IpAddress | |
| toString() const | sf::IpAddress | |
| Type enum name | sf::IpAddress |