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
QStringHashData::IteratorData< StringHash > Struct Template Reference

#include <qstringhash_p.h>

Collaboration diagram for QStringHashData::IteratorData< StringHash >:

Public Member Functions

 IteratorData (QStringHashNode *n=nullptr, StringHash *p=nullptr)
template<typename OtherData>
 IteratorData (const OtherData &other)

Public Attributes

QStringHashNoden
StringHash * p

Detailed Description

template<typename StringHash>
struct QStringHashData::IteratorData< StringHash >

Definition at line 163 of file qstringhash_p.h.

Constructor & Destructor Documentation

◆ IteratorData() [1/2]

template<typename StringHash>
QStringHashData::IteratorData< StringHash >::IteratorData ( QStringHashNode * n = nullptr,
StringHash * p = nullptr )
inline

Definition at line 164 of file qstringhash_p.h.

◆ IteratorData() [2/2]

template<typename StringHash>
template<typename OtherData>
QStringHashData::IteratorData< StringHash >::IteratorData ( const OtherData & other)
inline

Definition at line 167 of file qstringhash_p.h.

Member Data Documentation

◆ n

◆ p


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