Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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: