![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdnslookup_p.h>
Public Member Functions | |
QDnsServiceRecordPrivate () | |
![]() | |
QDnsRecordPrivate () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QString | target |
quint16 | port |
quint16 | priority |
quint16 | weight |
![]() | |
QString | name |
quint32 | timeToLive |
![]() | |
QAtomicInt | ref |
Definition at line 277 of file qdnslookup_p.h.
|
inline |
Definition at line 280 of file qdnslookup_p.h.
References QDnsServiceRecordPrivate().
Referenced by QDnsServiceRecordPrivate().
quint16 QDnsServiceRecordPrivate::port |
Definition at line 287 of file qdnslookup_p.h.
quint16 QDnsServiceRecordPrivate::priority |
Definition at line 288 of file qdnslookup_p.h.
QString QDnsServiceRecordPrivate::target |
Definition at line 286 of file qdnslookup_p.h.
quint16 QDnsServiceRecordPrivate::weight |
Definition at line 289 of file qdnslookup_p.h.