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

#include <qqmlprivate.h>

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

Static Public Attributes

static constexpr CreateIntoFunction createInto = nullptr
 
static constexpr CreateSingletonFunction createSingletonInstance = nullptr
 

Detailed Description

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

Definition at line 214 of file qqmlprivate.h.

Member Data Documentation

◆ createInto

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

Definition at line 216 of file qqmlprivate.h.

◆ createSingletonInstance

template<typename T , typename WrapperT >
constexpr CreateSingletonFunction QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::None >::createSingletonInstance = nullptr
staticconstexpr

Definition at line 217 of file qqmlprivate.h.


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