Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHashPrivate::MultiNodeChain< T > Struct Template Reference

#include <qhash.h>

+ Collaboration diagram for QHashPrivate::MultiNodeChain< T >:

Public Member Functions

 ~MultiNodeChain ()
 
qsizetype free () noexcept(std::is_nothrow_destructible_v< T >)
 
bool contains (const T &val) const noexcept
 

Public Attributes

value
 
MultiNodeChainnext = nullptr
 

Detailed Description

template<typename T>
struct QHashPrivate::MultiNodeChain< T >

Definition at line 118 of file qhash.h.

Constructor & Destructor Documentation

◆ ~MultiNodeChain()

template<typename T>
QHashPrivate::MultiNodeChain< T >::~MultiNodeChain ( )
inline

Definition at line 122 of file qhash.h.

Member Function Documentation

◆ contains()

template<typename T>
bool QHashPrivate::MultiNodeChain< T >::contains ( const T & val) const
inlinenoexcept

Definition at line 137 of file qhash.h.

References next, and value.

◆ free()

template<typename T>
qsizetype QHashPrivate::MultiNodeChain< T >::free ( )
inlinenoexcept

Definition at line 125 of file qhash.h.

References next.

Member Data Documentation

◆ next

template<typename T>
MultiNodeChain* QHashPrivate::MultiNodeChain< T >::next = nullptr

Definition at line 121 of file qhash.h.

Referenced by contains(), and free().

◆ value

template<typename T>
T QHashPrivate::MultiNodeChain< T >::value

Definition at line 120 of file qhash.h.

Referenced by contains().


The documentation for this struct was generated from the following file: