Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnetworkaccessauthenticationmanager_p.h File Reference

(f0fcd396c57107a8fb4bca12a014107b6b09f5d0)

#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 47 of file qnetworkaccessauthenticationmanager_p.h.

◆ operator<() [2/3]

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

Definition at line 43 of file qnetworkaccessauthenticationmanager_p.h.

◆ operator<() [3/3]

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

Definition at line 45 of file qnetworkaccessauthenticationmanager_p.h.

◆ Q_DECLARE_TYPEINFO()