![]() |
Qt 6.x
The Qt SDK
|
#include <qdnslookup_p.h>
Public Member Functions | |
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 | name |
quint32 | timeToLive |
![]() | |
QAtomicInt | ref |
Definition at line 204 of file qdnslookup_p.h.
|
inline |
Definition at line 207 of file qdnslookup_p.h.
QString QDnsRecordPrivate::name |
Definition at line 211 of file qdnslookup_p.h.
Referenced by QDnsDomainNameRecord::name(), QDnsHostAddressRecord::name(), QDnsMailExchangeRecord::name(), QDnsServiceRecord::name(), and QDnsTextRecord::name().
quint32 QDnsRecordPrivate::timeToLive |
Definition at line 212 of file qdnslookup_p.h.
Referenced by QDnsDomainNameRecord::timeToLive(), QDnsHostAddressRecord::timeToLive(), QDnsMailExchangeRecord::timeToLive(), QDnsServiceRecord::timeToLive(), and QDnsTextRecord::timeToLive().