(81e9adee48a72bcac3648a90f0646b777b852900)
#include "qipaddress_p.h"
#include "private/qlocale_tools_p.h"
#include "private/qtools_p.h"
#include "qvarlengtharray.h"
Go to the source code of this file.
|
static QString | QIPAddressUtils::number (quint8 val) |
static const QChar * | QIPAddressUtils::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 QChar * | QIPAddressUtils::parseIp6 (IPv6Address &address, const QChar *begin, const QChar *end) |
static QChar | QIPAddressUtils::toHex (uchar c) |
void | QIPAddressUtils::toString (QString &appendTo, const IPv6Address address) |