QIPAddressUtils Namespace
Functions
const QChar * | parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) |
Function Documentation
const QChar *QIPAddressUtils::parseIp6(IPv6Address &address, const QChar *begin, const QChar *end)
\internal
\since
5.0
Parses one IPv6 address from begin to end and stores the representation in address. Returns null if everything was parsed correctly, or the pointer to the first bad character where parsing failed. If the parsing failed for a reason not related to a particular character, returns end.