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
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)
 
 ~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 1668 of file qmetatype.cpp.

Constructor & Destructor Documentation

◆ ~QMetaTypeFunctionRegistry() [1/2]

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

Definition at line 1671 of file qmetatype.cpp.

◆ ~QMetaTypeFunctionRegistry() [2/2]

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

Definition at line 1671 of file qmetatype.cpp.

Member Function Documentation

◆ contains() [1/2]

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

Definition at line 1677 of file qmetatype.cpp.

◆ contains() [2/2]

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

Definition at line 1677 of file qmetatype.cpp.

◆ function() [1/2]

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

Definition at line 1690 of file qmetatype.cpp.

◆ function() [2/2]

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

Definition at line 1690 of file qmetatype.cpp.

◆ insertIfNotContains() [1/2]

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

Definition at line 1683 of file qmetatype.cpp.

◆ insertIfNotContains() [2/2]

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

Definition at line 1683 of file qmetatype.cpp.

◆ remove() [1/2]

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

Definition at line 1697 of file qmetatype.cpp.

◆ remove() [2/2]

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

Definition at line 1697 of file qmetatype.cpp.


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