Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpp.h>
Public Member Functions | |
HashString () | |
HashString (const QString &str) | |
void | setValue (const QString &str) |
const QString & | value () const |
bool | operator== (const HashString &other) const |
Public Attributes | |
QString | m_str |
uint | m_hash |
|
inline |