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

(cd442e439b73b8de4e0fc1434320a3ed1a465d2f)

#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
 

Macros

#define SAFE_D()
 

Functions

 Q_GLOBAL_STATIC (QtPrivate::QCalendarRegistry, calendarRegistry)
 

Macro Definition Documentation

◆ SAFE_D

#define SAFE_D ( )
Value:
const auto d = Q_UNLIKELY(calendarRegistry.isDestroyed()) ? nullptr : d_ptr
#define Q_UNLIKELY(x)
double d
[1]

Definition at line 625 of file qcalendar.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( QtPrivate::QCalendarRegistry ,
calendarRegistry  )