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
HashStringList Struct Reference

#include <cpp.h>

+ Collaboration diagram for HashStringList:

Public Member Functions

 HashStringList (const QList< HashString > &list)
 
const QList< HashString > & value () const
 
bool operator== (const HashStringList &other) const
 

Public Attributes

QList< HashStringm_list
 
uint m_hash
 

Detailed Description

Definition at line 29 of file cpp.h.

Constructor & Destructor Documentation

◆ HashStringList()

HashStringList::HashStringList ( const QList< HashString > & list)
inlineexplicit

Definition at line 30 of file cpp.h.

References m_hash.

Member Function Documentation

◆ operator==()

bool HashStringList::operator== ( const HashStringList & other) const
inline

Definition at line 32 of file cpp.h.

◆ value()

const QList< HashString > & HashStringList::value ( ) const
inline

Definition at line 31 of file cpp.h.

Member Data Documentation

◆ m_hash

uint HashStringList::m_hash
mutable

Definition at line 35 of file cpp.h.

Referenced by HashStringList(), and qHash().

◆ m_list

QList<HashString> HashStringList::m_list

Definition at line 34 of file cpp.h.


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