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

(725953a37fd7f29c959e155950ab08f49526b759)

#include <QtCore/qcompare.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qlocale.h>
#include <QtCore/qswap.h>
#include <QtCore/qtclasshelpermacros.h>
#include <chrono>
Include dependency graph for qtimezone.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTimeZone
 \inmodule QtCore More...

Functions

 Q_DECLARE_TYPEINFO (QTimeZone::Data, Q_RELOCATABLE_TYPE)
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &ds, const QTimeZone &tz)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &ds, QTimeZone &tz)
Q_CORE_EXPORT QDebug operator<< (QDebug dbg, const QTimeZone &tz)

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & ds,
const QTimeZone & tz )

Definition at line 1722 of file qtimezone.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QTimeZone & tz )

Definition at line 1780 of file qtimezone.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & ds,
QTimeZone & tz )

Definition at line 1734 of file qtimezone.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTimeZone::Data ,
Q_RELOCATABLE_TYPE  )