Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcalendar.cpp File Reference
#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_NAMESPACE
 

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

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

Definition at line 625 of file qcalendar.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( QtPrivate::QCalendarRegistry  ,
calendarRegistry   
)