![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcollator_p.h>
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 92 of file qcollator_p.h.
|
inlineexplicit |
Definition at line 97 of file qcollator_p.h.
References QCollatorSortKeyPrivate().
Referenced by QCollatorSortKeyPrivate().
|
friend |
Definition at line 94 of file qcollator_p.h.
| CollatorKeyType QCollatorSortKeyPrivate::m_key |
Definition at line 103 of file qcollator_p.h.