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
QNativeInterface::Private::TypeInfo< NativeInterface > Struct Template Reference

#include <qnativeinterface.h>

+ Collaboration diagram for QNativeInterface::Private::TypeInfo< NativeInterface >:

Static Public Member Functions

template<typename BaseType >
static constexpr bool isCompatibleHelper ()
 
static constexpr int revision ()
 
static constexpr char const * name ()
 

Static Public Attributes

static constexpr bool haveTypeInfo = hasTypeInfo<NativeInterface>()
 
template<typename BaseType >
static constexpr bool isCompatibleWith = isCompatibleHelper<BaseType>()
 

Detailed Description

template<typename NativeInterface>
struct QNativeInterface::Private::TypeInfo< NativeInterface >

Definition at line 77 of file qnativeinterface.h.

Member Function Documentation

◆ isCompatibleHelper()

template<typename NativeInterface >
template<typename BaseType >
static constexpr bool QNativeInterface::Private::TypeInfo< NativeInterface >::isCompatibleHelper ( )
inlinestaticconstexpr

◆ name()

template<typename NativeInterface >
static constexpr char const * QNativeInterface::Private::TypeInfo< NativeInterface >::name ( )
inlinestaticconstexpr

◆ revision()

template<typename NativeInterface >
static constexpr int QNativeInterface::Private::TypeInfo< NativeInterface >::revision ( )
inlinestaticconstexpr

Member Data Documentation

◆ haveTypeInfo

◆ isCompatibleWith

template<typename NativeInterface >
template<typename BaseType >
constexpr bool QNativeInterface::Private::TypeInfo< NativeInterface >::isCompatibleWith = isCompatibleHelper<BaseType>()
staticconstexpr

Definition at line 99 of file qnativeinterface.h.


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