Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
BackgroundLoader< T > Class Template Reference
Collaboration diagram for BackgroundLoader< T >:

Public Member Functions

 BackgroundLoader (bool shouldLoad)
 ~BackgroundLoader ()
T * operator-> () const
 operator bool () const
 BackgroundLoader (bool shouldLoad)
 ~BackgroundLoader ()
T * operator-> () const
 operator bool () const

Detailed Description

template<typename T>
class BackgroundLoader< T >

Definition at line 69 of file qdarwinsecurityscopedfileengine.mm.

Constructor & Destructor Documentation

◆ BackgroundLoader() [1/2]

template<typename T>
BackgroundLoader< T >::BackgroundLoader ( bool shouldLoad)
inlineexplicit

Definition at line 72 of file qdarwinsecurityscopedfileengine.mm.

◆ ~BackgroundLoader() [1/2]

template<typename T>
BackgroundLoader< T >::~BackgroundLoader ( )
inline

Definition at line 80 of file qdarwinsecurityscopedfileengine.mm.

◆ BackgroundLoader() [2/2]

template<typename T>
BackgroundLoader< T >::BackgroundLoader ( bool shouldLoad)
inlineexplicit

Definition at line 72 of file qdarwinsecurityscopedfileengine.mm.

◆ ~BackgroundLoader() [2/2]

template<typename T>
BackgroundLoader< T >::~BackgroundLoader ( )
inline

Definition at line 80 of file qdarwinsecurityscopedfileengine.mm.

Member Function Documentation

◆ operator bool() [1/2]

template<typename T>
BackgroundLoader< T >::operator bool ( ) const
inlineexplicit

Definition at line 95 of file qdarwinsecurityscopedfileengine.mm.

◆ operator bool() [2/2]

template<typename T>
BackgroundLoader< T >::operator bool ( ) const
inlineexplicit

Definition at line 95 of file qdarwinsecurityscopedfileengine.mm.

◆ operator->() [1/2]

template<typename T>
T * BackgroundLoader< T >::operator-> ( ) const
inline

Definition at line 87 of file qdarwinsecurityscopedfileengine.mm.

◆ operator->() [2/2]

template<typename T>
T * BackgroundLoader< T >::operator-> ( ) const
inline

Definition at line 87 of file qdarwinsecurityscopedfileengine.mm.


The documentation for this class was generated from the following file: