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.cpp File Reference

(81e9adee48a72bcac3648a90f0646b777b852900)

#include "qipaddress_p.h"
#include "private/qlocale_tools_p.h"
#include "private/qtools_p.h"
#include "qvarlengtharray.h"
Include dependency graph for qipaddress.cpp:

Go to the source code of this file.

Namespaces

namespace  QIPAddressUtils

Typedefs

typedef QVarLengthArray< char, 64 > QIPAddressUtils::Buffer

Functions

static QString QIPAddressUtils::number (quint8 val)
static const QCharQIPAddressUtils::checkedToAscii (Buffer &buffer, const QChar *begin, const QChar *end)
static bool QIPAddressUtils::parseIp4Internal (IPv4Address &address, const char *ptr, bool acceptLeadingZero)
bool QIPAddressUtils::parseIp4 (IPv4Address &address, const QChar *begin, const QChar *end)
void QIPAddressUtils::toString (QString &appendTo, IPv4Address address)
const QCharQIPAddressUtils::parseIp6 (IPv6Address &address, const QChar *begin, const QChar *end)
static QChar QIPAddressUtils::toHex (uchar c)
void QIPAddressUtils::toString (QString &appendTo, const IPv6Address address)