![]() |
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 | |
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 237 of file qdnslookup_p.h.
|
inline |
Definition at line 240 of file qdnslookup_p.h.
References QDnsRecordPrivate().
Referenced by QDnsRecordPrivate().
QString QDnsRecordPrivate::name |
Definition at line 244 of file qdnslookup_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
quint32 QDnsRecordPrivate::timeToLive |
Definition at line 245 of file qdnslookup_p.h.