Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qipaddress_p.h File Reference
#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)