![]() |
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 25 of file qglobalstatic.h.
| using QtGlobalStatic::Holder< QGS >::PlainType = std::remove_cv_t<Type> |
Definition at line 28 of file qglobalstatic.h.
| using QtGlobalStatic::Holder< QGS >::Type = typename QGS::QGS_Type |
Definition at line 27 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 36 of file qglobalstatic.h.
|
inline |
Definition at line 42 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 59 of file qglobalstatic.h.
|
staticconstexpr |
Definition at line 30 of file qglobalstatic.h.
|
inlinestatic |
Definition at line 31 of file qglobalstatic.h.
| PlainType QtGlobalStatic::Holder< QGS >::storage |
Definition at line 34 of file qglobalstatic.h.