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

(165f638783a057ec376c60a124e779dcbe833201)

#include "qcalendar.h"
#include "qcalendarbackend_p.h"
#include "qgregoriancalendar_p.h"
#include "qjuliancalendar_p.h"
#include "qmilankoviccalendar_p.h"
#include <private/qflatmap_p.h>
#include "qatomic.h"
#include "qdatetime.h"
#include "qcalendarmath_p.h"
#include <qhash.h>
#include <qreadwritelock.h>
#include <vector>
#include "moc_qcalendar.cpp"
+ Include dependency graph for qcalendar.cpp:

Go to the source code of this file.

Classes

struct  QCalendarRegistryCaseInsensitiveAnyStringViewLessThan
 
struct  QCalendarRegistryCaseInsensitiveAnyStringViewLessThan::is_transparent
 
class  QtPrivate::QCalendarRegistry
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Macros

#define SAFE_D()   const auto d = Q_UNLIKELY(calendarRegistry.isDestroyed()) ? nullptr : d_ptr
 

Functions

 Q_GLOBAL_STATIC (QtPrivate::QCalendarRegistry, calendarRegistry)
 

Macro Definition Documentation

◆ SAFE_D

Function Documentation

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( QtPrivate::QCalendarRegistry ,
calendarRegistry  )