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 27 of file cpp.h.

Constructor & Destructor Documentation

◆ HashStringList()

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

Definition at line 28 of file cpp.h.

Member Function Documentation

◆ operator==()

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

Definition at line 30 of file cpp.h.

◆ value()

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

Definition at line 29 of file cpp.h.

Member Data Documentation

◆ m_hash

uint HashStringList::m_hash
mutable

Definition at line 33 of file cpp.h.

◆ m_list

QList<HashString> HashStringList::m_list

Definition at line 32 of file cpp.h.


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