![]() |
Qt 6.x
The Qt SDK
|
#include <qglobalstatic.h>
Public Types | |
using | Type = typename QGS::QGS_Type |
using | PlainType = std::remove_cv_t< Type > |
Public Member Functions | |
Holder () noexcept(ConstructionIsNoexcept) | |
~Holder () | |
PlainType * | pointer () noexcept |
Public Attributes | |
PlainType | storage |
Static Public Attributes | |
static constexpr bool | ConstructionIsNoexcept = noexcept(QGS::innerFunction(nullptr)) |
static Q_CONSTINIT QBasicAtomicInteger< qint8 > | guard = { QtGlobalStatic::Uninitialized } |
Definition at line 23 of file qglobalstatic.h.
using QtGlobalStatic::Holder< QGS >::PlainType = std::remove_cv_t<Type> |
Definition at line 26 of file qglobalstatic.h.
using QtGlobalStatic::Holder< QGS >::Type = typename QGS::QGS_Type |
Definition at line 25 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 34 of file qglobalstatic.h.
References QtGlobalStatic::Holder< QGS >::guard, QtGlobalStatic::Initialized, QtGlobalStatic::Holder< QGS >::pointer(), and QBasicAtomicInteger< T >::storeRelaxed().
|
inline |
Definition at line 40 of file qglobalstatic.h.
References QtGlobalStatic::Destroyed, QtGlobalStatic::Holder< QGS >::guard, QtGlobalStatic::Holder< QGS >::pointer(), and QBasicAtomicInteger< T >::storeRelaxed().
|
inlinenoexcept |
Definition at line 47 of file qglobalstatic.h.
References QtGlobalStatic::Holder< QGS >::storage.
Referenced by QtGlobalStatic::Holder< QGS >::Holder(), and QtGlobalStatic::Holder< QGS >::~Holder().
|
staticconstexpr |
Definition at line 28 of file qglobalstatic.h.
|
inlinestatic |
Definition at line 29 of file qglobalstatic.h.
Referenced by QtGlobalStatic::Holder< QGS >::Holder(), and QtGlobalStatic::Holder< QGS >::~Holder().
PlainType QtGlobalStatic::Holder< QGS >::storage |
Definition at line 32 of file qglobalstatic.h.
Referenced by QtGlobalStatic::Holder< QGS >::pointer().