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
QtPrivate::QMetaTypeForType< S > Class Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::QMetaTypeForType< S >:

Static Public Member Functions

static constexpr QMetaTypeInterface::DefaultCtrFn getDefaultCtr ()
 
static constexpr QMetaTypeInterface::CopyCtrFn getCopyCtr ()
 
static constexpr QMetaTypeInterface::MoveCtrFn getMoveCtr ()
 
static constexpr QMetaTypeInterface::DtorFn getDtor ()
 
static constexpr QMetaTypeInterface::LegacyRegisterOp getLegacyRegister ()
 
static constexpr const char * getName ()
 

Static Public Attributes

static constexpr decltype(typenameHelper< S >()) name = typenameHelper<S>()
 
static constexpr unsigned Flags = QMetaTypeTypeFlags<S>::Flags
 

Detailed Description

template<typename S>
class QtPrivate::QMetaTypeForType< S >

Definition at line 2423 of file qmetatype.h.

Member Function Documentation

◆ getCopyCtr()

template<typename S >
static constexpr QMetaTypeInterface::CopyCtrFn QtPrivate::QMetaTypeForType< S >::getCopyCtr ( )
inlinestaticconstexpr

Definition at line 2438 of file qmetatype.h.

References other().

+ Here is the call graph for this function:

◆ getDefaultCtr()

template<typename S >
static constexpr QMetaTypeInterface::DefaultCtrFn QtPrivate::QMetaTypeForType< S >::getDefaultCtr ( )
inlinestaticconstexpr

Definition at line 2429 of file qmetatype.h.

◆ getDtor()

template<typename S >
static constexpr QMetaTypeInterface::DtorFn QtPrivate::QMetaTypeForType< S >::getDtor ( )
inlinestaticconstexpr

Definition at line 2460 of file qmetatype.h.

◆ getLegacyRegister()

template<typename S >
static constexpr QMetaTypeInterface::LegacyRegisterOp QtPrivate::QMetaTypeForType< S >::getLegacyRegister ( )
inlinestaticconstexpr

Definition at line 2470 of file qmetatype.h.

References QMetaTypeId2< T >::qt_metatype_id().

+ Here is the call graph for this function:

◆ getMoveCtr()

template<typename S >
static constexpr QMetaTypeInterface::MoveCtrFn QtPrivate::QMetaTypeForType< S >::getMoveCtr ( )
inlinestaticconstexpr

Definition at line 2449 of file qmetatype.h.

References other().

+ Here is the call graph for this function:

◆ getName()

template<typename S >
static constexpr const char * QtPrivate::QMetaTypeForType< S >::getName ( )
inlinestaticconstexpr

Definition at line 2479 of file qmetatype.h.

Member Data Documentation

◆ Flags

template<typename S >
constexpr unsigned QtPrivate::QMetaTypeForType< S >::Flags = QMetaTypeTypeFlags<S>::Flags
staticconstexpr

Definition at line 2427 of file qmetatype.h.

◆ name

template<typename S >
constexpr decltype(typenameHelper<S>()) QtPrivate::QMetaTypeForType< S >::name = typenameHelper<S>()
staticconstexpr

Definition at line 2426 of file qmetatype.h.


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