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 1771 of file qmetatype.cpp.

Constructor & Destructor Documentation

◆ ~QMetaTypeFunctionRegistry() [1/2]

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

Definition at line 1774 of file qmetatype.cpp.

◆ ~QMetaTypeFunctionRegistry() [2/2]

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

Definition at line 1774 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 1780 of file qmetatype.cpp.

◆ contains() [2/2]

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

Definition at line 1780 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 1793 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 1793 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 1786 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 1786 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 1800 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 1800 of file qmetatype.cpp.


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