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

(09652502ab7431768a5962676906e97198fd7884)

#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
+ Include dependency graph for qlocale.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLocale
 

Functions

Q_CORE_EXPORT size_t qHash (const QLocale &key, size_t seed=0)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QLocale &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QLocale &)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QLocale &)
 

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & ds,
const QLocale & l )

Definition at line 960 of file qlocale.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QLocale & l )

Definition at line 5439 of file qlocale.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & ds,
QLocale & l )

Definition at line 966 of file qlocale.cpp.

◆ qHash()

size_t qHash ( const QLocale & key,
size_t seed = 0 )
noexcept
Since
5.6 \qhashold{QLocale}

Definition at line 1306 of file qlocale.cpp.