![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | QScopeGuard< F > |
Functions | |
template<typename F > | |
QScopeGuard (F(&)()) -> QScopeGuard< F(*)()> | |
template<typename F > | |
QScopeGuard< typename std::decay< F >::type > | qScopeGuard (F &&f) |
[qScopeGuard] | |
QScopeGuard< typename std::decay< F >::type > qScopeGuard | ( | F && | f | ) |
[qScopeGuard]
Definition at line 60 of file qscopeguard.h.
Referenced by QMenuPrivate::activateCausedStack(), QFseventsFileSystemWatcherEngine::addPaths(), QInotifyFileSystemWatcherEngine::addPaths(), QKqueueFileSystemWatcherEngine::addPaths(), QPollingFileSystemWatcherEngine::addPaths(), QWindowsFileSystemWatcherEngine::addPaths(), QQmlComponentPrivate::beginCreate(), QtQuickPrivate::beginDeferred(), QNetworkListManagerEvents::checkBehindCaptivePortal(), QQuickItemViewPrivate::clear(), QtQuickPrivate::completeDeferred(), QObjectPrivate::connectImpl(), QTlsPrivate::TlsKeyOpenSSL::decodePem(), QTlsBackendOpenSSL::dhParametersFromDer(), QTlsBackendOpenSSL::dhParametersFromPem(), QT_BEGIN_NAMESPACE::doCrypt(), QQmlTypeData::done(), QRhiVulkan::endFrame(), QQmlJS::Dom::ModuleIndex::ensureMinorVersion(), QQmlJS::Dom::envCallbackForFile(), QV4::Module::evaluate(), QQuickDeliveryAgent::event(), QQmlJS::Dom::LoadInfo::execEnd(), QEglFSKmsGbmScreen::flip(), QCGWindowCapture::Grabber::grabFrame(), QGrabWindowSurfaceCapture::Grabber::grabFrame(), QQuickDrawerPrivate::handleRelease(), QComboBox::hidePopup(), QTlsPrivate::X509CertificateOpenSSL::importPkcs12(), jump(), QTreeViewPrivate::layout(), QV4::ExecutableCompilationUnit::loadFromDisk(), QQmlJS::Dom::DomEnvironment::loadPendingDependencies(), QHostInfo::localDomainName(), myComplexCodeWithMultipleReturnPoints(), QCocoaEventDispatcher::processEvents(), qCompileJSFile(), qt_initialize_pthread_cond(), qt_message_print(), qt_Nfc_Queue(), QCacheUtils::readCachedMesh(), QCacheUtils::readCookedMesh(), QWinSettingsPrivate::readKey(), QQuickGridLayoutBase::rearrange(), QFseventsFileSystemWatcherEngine::removePaths(), QInotifyFileSystemWatcherEngine::removePaths(), QKqueueFileSystemWatcherEngine::removePaths(), QWindowsFileSystemWatcherEngine::removePaths(), QShortcutMap::removeShortcut(), QWindowsWindow::requestActivateWindow(), QHostInfoRunnable::run(), QQuickPixmapReader::run(), QFFmpegSurfaceCaptureThread::run(), QV4::CompiledData::SaveableUnitPointer::saveToDisk(), QCoreApplicationPrivate::sendPostedEvents(), QGraphicsWidget::setGeometry(), QWidget::setParent(), QObjectPrivate::setParent_helper(), QCocoaMenu::showPopup(), QTlsPrivate::TlsKeyOpenSSL::toPem(), QQuickMultiPointTouchArea::updateTouchData(), QX11CapturableWindows::windows(), QQmlJS::Dom::FileWriter::write(), QCacheUtils::writeCachedMesh(), and xxflate().
QScopeGuard | ( | F(&)() | ) | -> QScopeGuard< F(*)()> |