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

(ee612626f99d5a8da6814c2df90db00f9beb463f)

#include <QtCore/qglobal.h>
#include <QtCore/qcompare.h>
#include <functional>
#include <QtCore/qstringview.h>
+ Include dependency graph for qchar.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLatin1Char
 \inmodule QtCore \reentrant More...
 
struct  std::hash< QT_PREPEND_NAMESPACE(QChar)>
 

Namespaces

namespace  Qt
 
namespace  Qt::Literals
 
namespace  Qt::Literals::StringLiterals
 
namespace  std
 

Macros

#define QT_CHAR_FASTCALL   QT7_ONLY(Q_CORE_EXPORT) QT_FASTCALL
 
#define QCHAR_MAYBE_IMPLICIT   explicit
 

Functions

class QT6_ONLY (Q_CORE_EXPORT) QChar
 
 Q_DECLARE_TYPEINFO (QChar, Q_PRIMITIVE_TYPE)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, QChar)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QChar &)
 
constexpr QLatin1Char Qt::Literals::StringLiterals::operator""_L1 (char ch) noexcept
 

Macro Definition Documentation

◆ QCHAR_MAYBE_IMPLICIT

#define QCHAR_MAYBE_IMPLICIT   explicit

◆ QT_CHAR_FASTCALL

#define QT_CHAR_FASTCALL   QT7_ONLY(Q_CORE_EXPORT) QT_FASTCALL

Definition at line 43 of file qchar.h.

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
QChar  )
related

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QChar &  )
related

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QChar ,
Q_PRIMITIVE_TYPE  )

◆ QT6_ONLY()

class QT6_ONLY ( Q_CORE_EXPORT )

Definition at line 12 of file qchar.h.

Referenced by QAudioDecoder::QAudioDecoder(), and QElapsedTimer::start().

+ Here is the caller graph for this function: