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

#include <cpp.h>

+ Collaboration diagram for HashString:

Public Member Functions

 HashString ()
 
 HashString (const QString &str)
 
void setValue (const QString &str)
 
const QStringvalue () const
 
bool operator== (const HashString &other) const
 

Public Attributes

QString m_str
 
uint m_hash
 

Detailed Description

Definition at line 16 of file cpp.h.

Constructor & Destructor Documentation

◆ HashString() [1/2]

HashString::HashString ( )
inline

Definition at line 17 of file cpp.h.

◆ HashString() [2/2]

HashString::HashString ( const QString & str)
inlineexplicit

Definition at line 18 of file cpp.h.

Member Function Documentation

◆ operator==()

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

Definition at line 21 of file cpp.h.

◆ setValue()

void HashString::setValue ( const QString & str)
inline

Definition at line 19 of file cpp.h.

◆ value()

const QString & HashString::value ( ) const
inline

Definition at line 20 of file cpp.h.

Member Data Documentation

◆ m_hash

uint HashString::m_hash
mutable

Definition at line 24 of file cpp.h.

◆ m_str

QString HashString::m_str

Definition at line 22 of file cpp.h.


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