Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qchar.h File Reference
#include <QtCore/qglobal.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...
 
class  QChar
 \inmodule QtCore More...
 
struct  std::hash< QT_PREPEND_NAMESPACE(QChar)>
 

Namespaces

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

Macros

#define QCHAR_MAYBE_IMPLICIT   explicit
 

Functions

 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

Definition at line 72 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   
)