Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

Friends And Related Symbol Documentation

◆ 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.

Referenced by QCollatorSortKey::compare().


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