![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 24 of file qglobalstatic.h.
using QtGlobalStatic::Holder< QGS >::PlainType = std::remove_cv_t<Type> |
Definition at line 27 of file qglobalstatic.h.
using QtGlobalStatic::Holder< QGS >::Type = typename QGS::QGS_Type |
Definition at line 26 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 35 of file qglobalstatic.h.
|
inline |
Definition at line 41 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 58 of file qglobalstatic.h.
|
staticconstexpr |
Definition at line 29 of file qglobalstatic.h.
|
inlinestatic |
Definition at line 30 of file qglobalstatic.h.
PlainType QtGlobalStatic::Holder< QGS >::storage |
Definition at line 33 of file qglobalstatic.h.