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

(7191b8fe38788ac57e15e4124955c3cd8333d858)

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