![]() |
Qt 6.x
The Qt SDK
|
#include <qdnslookup_p.h>
Inheritance diagram for QDnsMailExchangeRecordPrivate:
Collaboration diagram for QDnsMailExchangeRecordPrivate:Public Member Functions | |
| QDnsMailExchangeRecordPrivate () | |
Public Member Functions inherited from QDnsRecordPrivate | |
| QDnsRecordPrivate () | |
Public Member Functions inherited from QSharedData | |
| 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 | exchange |
| quint16 | preference |
Public Attributes inherited from QDnsRecordPrivate | |
| QString | name |
| quint32 | timeToLive |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 233 of file qdnslookup_p.h.
|
inline |
Definition at line 236 of file qdnslookup_p.h.
| QString QDnsMailExchangeRecordPrivate::exchange |
Definition at line 240 of file qdnslookup_p.h.
Referenced by QDnsMailExchangeRecord::exchange().
| quint16 QDnsMailExchangeRecordPrivate::preference |
Definition at line 241 of file qdnslookup_p.h.
Referenced by QDnsMailExchangeRecord::preference().