![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Namespaces | |
| namespace | QIPAddressUtils |
Typedefs | |
| typedef quint32 | QIPAddressUtils::IPv4Address |
| typedef quint8 | QIPAddressUtils::IPv6Address[16] |
Functions | |
| bool | QIPAddressUtils::parseIp4 (IPv4Address &address, const QChar *begin, const QChar *end) |
| const QChar * | QIPAddressUtils::parseIp6 (IPv6Address &address, const QChar *begin, const QChar *end) |
| void | QIPAddressUtils::toString (QString &appendTo, IPv4Address address) |
| void | QIPAddressUtils::toString (QString &appendTo, const IPv6Address address) |