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
QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::FactoryWrapper > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::FactoryWrapper >:

Static Public Attributes

static constexpr CreateIntoFunction createInto = nullptr
 
static constexpr CreateSingletonFunction createSingletonInstance
 

Detailed Description

template<typename T, typename WrapperT>
struct QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::FactoryWrapper >

Definition at line 230 of file qqmlprivate.h.

Member Data Documentation

◆ createInto

template<typename T , typename WrapperT >
constexpr CreateIntoFunction QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::FactoryWrapper >::createInto = nullptr
staticconstexpr

Definition at line 232 of file qqmlprivate.h.

◆ createSingletonInstance

template<typename T , typename WrapperT >
constexpr CreateSingletonFunction QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::FactoryWrapper >::createSingletonInstance
staticconstexpr
Initial value:

Definition at line 233 of file qqmlprivate.h.


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