![]() |
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 |
Public Member Functions | |
| template<typename ... Args> | |
| void | emplaceValue (Args &&...) |
| ValueType | takeValue () |
| bool | valuesEqual (const Node *) 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 &&...) |
Public Attributes | |
| Key | key |
| QHashDummyValue | value |
| using QHashPrivate::Node< Key, QHashDummyValue >::KeyType = Key |
| using QHashPrivate::Node< Key, QHashDummyValue >::ValueType = QHashDummyValue |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
| Key QHashPrivate::Node< Key, QHashDummyValue >::key |