![]() |
Qt 6.x
The Qt SDK
|
#include <qcollator_p.h>
Inheritance diagram for QCollatorSortKeyPrivate:
Collaboration diagram for QCollatorSortKeyPrivate:Public Member Functions | |
| template<typename... T> | |
| QCollatorSortKeyPrivate (T &&...args) | |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| CollatorKeyType | m_key |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Friends | |
| class | QCollator |
Definition at line 91 of file qcollator_p.h.
|
inlineexplicit |
Definition at line 96 of file qcollator_p.h.
|
friend |
Definition at line 93 of file qcollator_p.h.
| CollatorKeyType QCollatorSortKeyPrivate::m_key |
Definition at line 102 of file qcollator_p.h.
Referenced by QCollatorSortKey::compare().