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

(d23764c5a12e0d6d26dd54ee5613f7e5b1f9c8af)

#include <QtCore/qcalendar.h>
#include <QtCore/qcompare.h>
#include <QtCore/qlocale.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstring.h>
#include <limits>
#include <chrono>
+ Include dependency graph for qdatetime.h:

Go to the source code of this file.

Classes

class  QDate
 \inmodule QtCore \reentrant More...
 
class  QTime
 \inmodule QtCore \reentrant More...
 
class  QDateTime
 \inmodule QtCore\reentrant More...
 

Functions

 Q_DECLARE_TYPEINFO (QDate, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QTime, Q_RELOCATABLE_TYPE)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, QDate)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QDate &)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, QTime)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QTime &)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QDateTime &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QDateTime &)
 
Q_CORE_EXPORT size_t qHash (const QDateTime &key, size_t seed=0)
 \qhashold{QHash}
 
Q_CORE_EXPORT size_t qHash (QDate key, size_t seed=0) noexcept
 \qhashold{QHash}
 
Q_CORE_EXPORT size_t qHash (QTime key, size_t seed=0) noexcept
 \qhashold{QHash}
 

Function Documentation

◆ operator<<() [1/3]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
const QDateTime &  )

◆ operator<<() [2/3]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
QDate  )

◆ operator<<() [3/3]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
QTime  )

◆ operator>>() [1/3]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QDate &  )

◆ operator>>() [2/3]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QDateTime &  )

◆ operator>>() [3/3]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QTime &  )

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QDate ,
Q_RELOCATABLE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QTime ,
Q_RELOCATABLE_TYPE  )

◆ qHash() [1/3]

size_t qHash ( const QDateTime & key,
size_t seed = 0 )

\qhashold{QHash}

Since
5.0

Definition at line 6303 of file qdatetime.cpp.

◆ qHash() [2/3]

size_t qHash ( QDate key,
size_t seed = 0 )
noexcept

\qhashold{QHash}

Since
5.0

Definition at line 6316 of file qdatetime.cpp.

◆ qHash() [3/3]

size_t qHash ( QTime key,
size_t seed = 0 )
noexcept

\qhashold{QHash}

Since
5.0

Definition at line 6325 of file qdatetime.cpp.