Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkaccessauthenticationmanager_p.h File Reference
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include "qnetworkaccessmanager.h"
#include "qnetworkaccesscache_p.h"
#include "QtNetwork/qnetworkproxy.h"
#include "QtCore/QMutex"
+ Include dependency graph for qnetworkaccessauthenticationmanager_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QNetworkAuthenticationCredential
 
class  QNetworkAccessAuthenticationManager
 

Functions

 Q_DECLARE_TYPEINFO (QNetworkAuthenticationCredential, Q_RELOCATABLE_TYPE)
 
bool operator< (const QNetworkAuthenticationCredential &t1, const QString &t2)
 
bool operator< (const QString &t1, const QNetworkAuthenticationCredential &t2)
 
bool operator< (const QNetworkAuthenticationCredential &t1, const QNetworkAuthenticationCredential &t2)
 

Function Documentation

◆ operator<() [1/3]

bool operator< ( const QNetworkAuthenticationCredential t1,
const QNetworkAuthenticationCredential t2 
)
inline

Definition at line 46 of file qnetworkaccessauthenticationmanager_p.h.

References t2.

◆ operator<() [2/3]

bool operator< ( const QNetworkAuthenticationCredential t1,
const QString t2 
)
inline

Definition at line 42 of file qnetworkaccessauthenticationmanager_p.h.

References t2.

◆ operator<() [3/3]

bool operator< ( const QString t1,
const QNetworkAuthenticationCredential t2 
)
inline

Definition at line 44 of file qnetworkaccessauthenticationmanager_p.h.

References t2.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QNetworkAuthenticationCredential  ,
Q_RELOCATABLE_TYPE   
)