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 = T |
Public Member Functions | |
template<typename ... Args> | |
void | emplaceValue (Args &&... args) |
T && | takeValue () noexcept(std::is_nothrow_move_assignable_v< T >) |
bool | valuesEqual (const Node *other) const |
Static Public Member Functions | |
template<typename ... Args> | |
static void | createInPlace (Node *n, Key &&k, Args &&... args) |
template<typename ... Args> | |
static void | createInPlace (Node *n, const Key &k, Args &&... args) |
Public Attributes | |
Key | key |
T | value |
using QHashPrivate::Node< Key, T >::KeyType = Key |
using QHashPrivate::Node< Key, T >::ValueType = T |
|
inline |
Definition at line 85 of file qhash.h.
References QHashPrivate::Node< Key, T >::value.
|
inlinenoexcept |
Definition at line 89 of file qhash.h.
References QHashPrivate::Node< Key, T >::value.
|
inline |
Definition at line 93 of file qhash.h.
References QHashPrivate::Node< Key, T >::value.
Key QHashPrivate::Node< Key, T >::key |
T QHashPrivate::Node< Key, T >::value |
Definition at line 77 of file qhash.h.
Referenced by QHashPrivate::Node< Key, T >::emplaceValue(), QHashPrivate::Node< Key, T >::takeValue(), and QHashPrivate::Node< Key, T >::valuesEqual().