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::Factory > Struct Template Reference

#include <qqmlprivate.h>

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

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::Factory >

Definition at line 221 of file qqmlprivate.h.

Member Data Documentation

◆ createInto

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

Definition at line 223 of file qqmlprivate.h.

◆ createSingletonInstance

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

Definition at line 224 of file qqmlprivate.h.


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