![]() |
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 Holder::Type |
Public Member Functions | |
bool | isDestroyed () const noexcept |
bool | exists () const noexcept |
operator Type * () | |
Type * | operator() () |
Type * | operator-> () |
Type & | operator* () |
Static Protected Member Functions | |
static Type * | instance () noexcept(Holder::ConstructionIsNoexcept) |
static QtGlobalStatic::GuardValues | guardValue () noexcept |
Definition at line 67 of file qglobalstatic.h.
using QGlobalStatic< Holder >::Type = typename Holder::Type |
Definition at line 69 of file qglobalstatic.h.
|
inlinenoexcept |
Definition at line 72 of file qglobalstatic.h.
References guardValue(), and QtGlobalStatic::Initialized.
|
inlinestaticprotectednoexcept |
Definition at line 104 of file qglobalstatic.h.
Referenced by exists(), and isDestroyed().
|
inlinestaticprotectednoexcept |
Definition at line 99 of file qglobalstatic.h.
Referenced by operator Type *(), operator()(), operator*(), and operator->().
|
inlinenoexcept |
Definition at line 71 of file qglobalstatic.h.
References QtGlobalStatic::Destroyed, and guardValue().
Referenced by operator Type *(), and operator()().
|
inline |
Definition at line 73 of file qglobalstatic.h.
References instance(), and isDestroyed().
|
inline |
Definition at line 79 of file qglobalstatic.h.
References instance(), and isDestroyed().
|
inline |
Definition at line 91 of file qglobalstatic.h.
References instance().
|
inline |
Definition at line 85 of file qglobalstatic.h.
References instance().