QDnsHostAddressRecord Class

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 对象的数据赋值给此记录对象,并返回一个引用。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.