![]() |
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) | |
![]() | |
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 |
![]() | |
QAtomicInt | ref |
Friends | |
class | QCollator |
Definition at line 91 of file qcollator_p.h.
|
inlineexplicit |
Definition at line 96 of file qcollator_p.h.
References QCollatorSortKeyPrivate().
Referenced by QCollatorSortKeyPrivate().
|
friend |
Definition at line 93 of file qcollator_p.h.
CollatorKeyType QCollatorSortKeyPrivate::m_key |
Definition at line 102 of file qcollator_p.h.