Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qipaddress_p.h File Reference

(70edabf98bf56e29296a2921db97a38f60cf896a)

#include <QtCore/private/qglobal_p.h>
#include "qstring.h"
Include dependency graph for qipaddress_p.h:
This graph shows which files directly or indirectly include this file:

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 QCharQIPAddressUtils::parseIp6 (IPv6Address &address, const QChar *begin, const QChar *end)
void QIPAddressUtils::toString (QString &appendTo, IPv4Address address)
void QIPAddressUtils::toString (QString &appendTo, const IPv6Address address)