QtBase  v6.3.1
Static Public Member Functions | Static Public Attributes | List of all members
QtPrivate::QMetaTypeForType< S > Class Template Reference

#include <qmetatype.h>

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>()
 

Detailed Description

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

Definition at line 2295 of file qmetatype.h.

Member Function Documentation

◆ getCopyCtr()

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

Definition at line 2309 of file qmetatype.h.

Here is the call graph for this function:

◆ getDefaultCtr()

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

Definition at line 2300 of file qmetatype.h.

◆ getDtor()

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

Definition at line 2331 of file qmetatype.h.

◆ getLegacyRegister()

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

Definition at line 2341 of file qmetatype.h.

Here is the call graph for this function:

◆ getMoveCtr()

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

Definition at line 2320 of file qmetatype.h.

Here is the call graph for this function:

◆ getName()

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

Definition at line 2350 of file qmetatype.h.

Member Data Documentation

◆ name

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

Definition at line 2298 of file qmetatype.h.


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