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
QMetaTypeFunctionRegistry< T, Key > Class Template Reference
+ Collaboration diagram for QMetaTypeFunctionRegistry< T, Key >:

Public Member Functions

 ~QMetaTypeFunctionRegistry ()
 
bool contains (Key k) const
 
bool insertIfNotContains (Key k, const T &f)
 
const T * function (Key k) const
 
void remove (int from, int to)
 

Detailed Description

template<typename T, typename Key>
class QMetaTypeFunctionRegistry< T, Key >

Definition at line 1676 of file qmetatype.cpp.

Constructor & Destructor Documentation

◆ ~QMetaTypeFunctionRegistry()

template<typename T , typename Key >
QMetaTypeFunctionRegistry< T, Key >::~QMetaTypeFunctionRegistry ( )
inline

Definition at line 1679 of file qmetatype.cpp.

Member Function Documentation

◆ contains()

template<typename T , typename Key >
bool QMetaTypeFunctionRegistry< T, Key >::contains ( Key k) const
inline

Definition at line 1685 of file qmetatype.cpp.

◆ function()

template<typename T , typename Key >
const T * QMetaTypeFunctionRegistry< T, Key >::function ( Key k) const
inline

Definition at line 1702 of file qmetatype.cpp.

References it, and nullptr.

◆ insertIfNotContains()

template<typename T , typename Key >
bool QMetaTypeFunctionRegistry< T, Key >::insertIfNotContains ( Key k,
const T & f )
inline

Definition at line 1691 of file qmetatype.cpp.

◆ remove()

template<typename T , typename Key >
void QMetaTypeFunctionRegistry< T, Key >::remove ( int from,
int to )
inline

Definition at line 1709 of file qmetatype.cpp.

References Key.


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