Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDeferredFactory< T > Class Template Reference

#include <qdeferredpointer_p.h>

+ Collaboration diagram for QDeferredFactory< T >:

Public Member Functions

bool isValid () const
 

Friends

class QDeferredSharedPointer< const T >
 
class QDeferredWeakPointer< const T >
 
class QDeferredSharedPointer< T >
 
class QDeferredWeakPointer< T >
 

Detailed Description

template<typename T>
class QDeferredFactory< T >

Definition at line 31 of file qdeferredpointer_p.h.

Member Function Documentation

◆ isValid()

template<typename T >
bool QDeferredFactory< T >::isValid ( ) const

Friends And Related Symbol Documentation

◆ QDeferredSharedPointer< const T >

template<typename T >
friend class QDeferredSharedPointer< const T >
friend

Definition at line 34 of file qdeferredpointer_p.h.

◆ QDeferredSharedPointer< T >

template<typename T >
friend class QDeferredSharedPointer< T >
friend

Definition at line 34 of file qdeferredpointer_p.h.

◆ QDeferredWeakPointer< const T >

template<typename T >
friend class QDeferredWeakPointer< const T >
friend

Definition at line 34 of file qdeferredpointer_p.h.

◆ QDeferredWeakPointer< T >

template<typename T >
friend class QDeferredWeakPointer< T >
friend

Definition at line 34 of file qdeferredpointer_p.h.


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