Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnetworkaccessauthenticationmanager_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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()