QDnsHostAddressRecord 类

QDnsHostAddressRecord 类存储有关主机地址记录的信息。 更多...

头: #include <QDnsHostAddressRecord>
CMake: find_package(Qt6 REQUIRED COMPONENTS Network)
target_link_libraries(mytarget PRIVATE Qt6::Network)
qmake: QT += network

公共函数

QDnsHostAddressRecord ()
QDnsHostAddressRecord (const QDnsHostAddressRecord & other )
~QDnsHostAddressRecord ()
QString name () const
void swap (QDnsHostAddressRecord & other )
quint32 timeToLive () const
QHostAddress value () const
QDnsHostAddressRecord & operator= (const QDnsHostAddressRecord & other )

详细描述

当履行地址查找时,将返回零条或多条记录。每条记录由 QDnsHostAddressRecord 实例进行表示。

另请参阅 QDnsLookup .

成员函数文档编制

QDnsHostAddressRecord:: QDnsHostAddressRecord ()

构造空的主机地址记录对象。

QDnsHostAddressRecord:: QDnsHostAddressRecord (const QDnsHostAddressRecord & other )

构造副本为 other .

[noexcept] QDnsHostAddressRecord:: ~QDnsHostAddressRecord ()

销毁主机地址记录。

QString QDnsHostAddressRecord:: name () const

返回此记录的名称。

[noexcept] void QDnsHostAddressRecord:: swap ( QDnsHostAddressRecord & other )

交换此主机地址记录实例与 other 。此函数非常快且从不失败。

quint32 QDnsHostAddressRecord:: timeToLive () const

返回此记录有效的持续时间 (以秒为单位)。

QHostAddress QDnsHostAddressRecord:: value () const

返回此主机地址记录的值。

QDnsHostAddressRecord &QDnsHostAddressRecord:: operator= (const QDnsHostAddressRecord & other )

赋值数据源于 other 对象到此记录对象,并返回它的引用。