Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qipaddress_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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)