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.cpp File Reference

(47f6b82a56b8a953f8425844b260abba89a77d3b)

#include "qtimezone.h"
#include <QtCore/qdatastream.h>
#include <QtCore/qdatetime.h>
#include <qdebug.h>
#include <algorithm>
Include dependency graph for qtimezone.cpp:

Go to the source code of this file.

Functions

bool comparesEqual (const QTimeZone &lhs, const QTimeZone &rhs) noexcept
static QString invalidId ()
QDataStreamoperator<< (QDataStream &ds, const QTimeZone &tz)
QDataStreamoperator>> (QDataStream &ds, QTimeZone &tz)
QDebug operator<< (QDebug dbg, const QTimeZone &tz)

Variables

 QT_BEGIN_NAMESPACE

Function Documentation

◆ comparesEqual()

bool comparesEqual ( const QTimeZone & lhs,
const QTimeZone & rhs )
noexcept

Definition at line 759 of file qtimezone.cpp.

◆ invalidId()

QString invalidId ( )
inlinestatic

Definition at line 1719 of file qtimezone.cpp.

◆ operator<<() [1/2]

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

Definition at line 1721 of file qtimezone.cpp.

◆ operator<<() [2/2]

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

Definition at line 1779 of file qtimezone.cpp.

◆ operator>>()

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

Definition at line 1733 of file qtimezone.cpp.

Variable Documentation

◆ QT_BEGIN_NAMESPACE

QT_BEGIN_NAMESPACE
related

Definition at line 19 of file qtimezone.cpp.