Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMetaTypeModuleHelper Struct Reference

#include <qmetatype_p.h>

Inheritance diagram for QMetaTypeModuleHelper:
Collaboration diagram for QMetaTypeModuleHelper:

Static Public Member Functions

static constexpr auto makePair (int from, int to) -> quint64
static const QtPrivate::QMetaTypeInterfaceinterfaceForType_dummy (int)
static bool convert_dummy (const void *, int, void *, int)

Public Attributes

decltype(&interfaceForType_dummyinterfaceForType = &interfaceForType_dummy
decltype(&convert_dummyconvert = &convert_dummy

Detailed Description

Definition at line 43 of file qmetatype_p.h.

Member Function Documentation

◆ convert_dummy()

bool QMetaTypeModuleHelper::convert_dummy ( const void * ,
int ,
void * ,
int  )
inlinestatic

Definition at line 55 of file qmetatype_p.h.

◆ interfaceForType_dummy()

const QtPrivate::QMetaTypeInterface * QMetaTypeModuleHelper::interfaceForType_dummy ( int )
inlinestatic

Definition at line 50 of file qmetatype_p.h.

◆ makePair()

constexpr auto QMetaTypeModuleHelper::makePair ( int from,
int to ) -> quint64
inlinestaticconstexpr

Definition at line 45 of file qmetatype_p.h.

Member Data Documentation

◆ convert

decltype(&convert_dummy) QMetaTypeModuleHelper::convert = &convert_dummy

Definition at line 61 of file qmetatype_p.h.

◆ interfaceForType

decltype(&interfaceForType_dummy) QMetaTypeModuleHelper::interfaceForType = &interfaceForType_dummy

Definition at line 60 of file qmetatype_p.h.


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