![]() |
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 Member Functions | |
| ~MultiNodeChain () | |
| qsizetype | free () noexcept(std::is_nothrow_destructible_v< T >) |
| bool | contains (const T &val) const noexcept |
Public Attributes | |
| T | value |
| MultiNodeChain * | next = nullptr |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
| MultiNodeChain* QHashPrivate::MultiNodeChain< T >::next = nullptr |
Definition at line 121 of file qhash.h.
Referenced by contains(), and free().
| T QHashPrivate::MultiNodeChain< T >::value |
Definition at line 120 of file qhash.h.
Referenced by contains().