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