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
qsslellipticcurve.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/QString>
#include <QtCore/QMetaType>
#include <QtCore/qhashfunctions.h>
+ Include dependency graph for qsslellipticcurve.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSslEllipticCurve
 Represents an elliptic curve for use by elliptic-curve cipher algorithms. More...
 

Functions

constexpr size_t qHash (QSslEllipticCurve curve, size_t seed=0) noexcept
 
 Q_DECLARE_TYPEINFO (QSslEllipticCurve, Q_PRIMITIVE_TYPE)
 
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, QSslEllipticCurve curve)
 

Function Documentation

◆ operator<<()

Q_NETWORK_EXPORT QDebug operator<< ( QDebug debug,
QSslEllipticCurve curve )
related

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QSslEllipticCurve ,
Q_PRIMITIVE_TYPE  )

◆ qHash()

constexpr size_t qHash ( QSslEllipticCurve curve,
size_t seed = 0 )
related

Definition at line 53 of file qsslellipticcurve.h.