Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 116 of file qhash.h.

Constructor & Destructor Documentation

◆ ~MultiNodeChain()

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

Definition at line 120 of file qhash.h.

Member Function Documentation

◆ contains()

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

◆ free()

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

Definition at line 123 of file qhash.h.

References QHashPrivate::MultiNodeChain< T >::next.

Member Data Documentation

◆ next

◆ value


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