QDnsHostAddressRecord Class

QDnsHostAddressRecord クラスは、ホスト・アドレス・レコードに関する情報を格納します。詳細...

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

詳細説明

アドレス検索を実行すると、0 個以上のレコードが返されます。各レコードは 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 オブジェクトのデータをこのレコードオブジェクトに割り当て、その参照を返します。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundationによって発行されたGNU Free Documentation License version 1.3の条項の下でライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。