![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhash.h>
Public Types | |
using | KeyType = Key |
using | ValueType = QHashDummyValue |
using | KeyType |
using | ValueType |
Public Member Functions | |
template<typename ... Args> | |
void | emplaceValue (Args &&...) |
ValueType | takeValue () |
bool | valuesEqual (const Node *) const |
void | emplaceValue (Args &&... args) |
QHashDummyValue && | takeValue () noexcept(std::is_nothrow_move_assignable_v< QHashDummyValue >) |
bool | valuesEqual (const Node *other) const |
Static Public Member Functions | |
template<typename ... Args> | |
static void | createInPlace (Node *n, Key &&k, Args &&...) |
template<typename ... Args> | |
static void | createInPlace (Node *n, const Key &k, Args &&...) |
static void | createInPlace (Node *n, Key &&k, Args &&... args) |
static void | createInPlace (Node *n, const Key &k, Args &&... args) |
Public Attributes | |
Key | key |
Key | key |
QHashDummyValue | value |
using QHashPrivate::Node< Key, QHashDummyValue >::KeyType |
using QHashPrivate::Node< Key, QHashDummyValue >::KeyType = Key |
using QHashPrivate::Node< Key, QHashDummyValue >::ValueType |
using QHashPrivate::Node< Key, QHashDummyValue >::ValueType = QHashDummyValue |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
Key QHashPrivate::Node< Key, QHashDummyValue >::key |