![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QHstsPolicyPrivate:
Collaboration diagram for QHstsPolicyPrivate:Public Member Functions | |
| bool | operator== (const QHstsPolicyPrivate &other) const |
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 | |
| QUrl | url |
| QDateTime | expiry |
| bool | includeSubDomains = false |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 38 of file qhstspolicy.cpp.
|
inline |
Definition at line 45 of file qhstspolicy.cpp.
References expiry, QUrl::host(), includeSubDomains, other(), and url.
Here is the call graph for this function:| QDateTime QHstsPolicyPrivate::expiry |
Definition at line 42 of file qhstspolicy.cpp.
Referenced by QHstsPolicy::QHstsPolicy(), QHstsPolicy::expiry(), QHstsPolicy::isExpired(), operator==(), and QHstsPolicy::setExpiry().
| bool QHstsPolicyPrivate::includeSubDomains = false |
Definition at line 43 of file qhstspolicy.cpp.
Referenced by QHstsPolicy::QHstsPolicy(), QHstsPolicy::includesSubDomains(), operator==(), and QHstsPolicy::setIncludesSubDomains().
| QUrl QHstsPolicyPrivate::url |
Definition at line 41 of file qhstspolicy.cpp.
Referenced by QHstsPolicy::QHstsPolicy(), QHstsPolicy::host(), operator==(), and QHstsPolicy::setHost().