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
QCollatorSortKeyPrivate Class Reference

#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.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

CollatorKeyType m_key
Public Attributes inherited from QSharedData
QAtomicInt ref

Friends

class QCollator

Detailed Description

Definition at line 91 of file qcollator_p.h.

Constructor & Destructor Documentation

◆ QCollatorSortKeyPrivate()

template<typename... T>
QCollatorSortKeyPrivate::QCollatorSortKeyPrivate ( T &&... args)
inlineexplicit

Definition at line 96 of file qcollator_p.h.

References QCollatorSortKeyPrivate().

Referenced by QCollatorSortKeyPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QCollator

friend class QCollator
friend

Definition at line 93 of file qcollator_p.h.

Member Data Documentation

◆ m_key

CollatorKeyType QCollatorSortKeyPrivate::m_key

Definition at line 102 of file qcollator_p.h.


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